Skip to content

Instantly share code, notes, and snippets.

@99darwin
Last active June 4, 2020 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 99darwin/dfbfb4251c04c7b9e3caba5b224bdb33 to your computer and use it in GitHub Desktop.
Save 99darwin/dfbfb4251c04c7b9e3caba5b224bdb33 to your computer and use it in GitHub Desktop.
tipsi-stripe_error_logs
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 28
}
repositories {
google()
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:4.0.0')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'https://www.jitpack.io' }
// mavenLocal()
google()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven {
// Android JSC is installed from npm
url "$rootDir/../node_modules/jsc-android/dist"
}
}
}
ext {
firebaseVersion = "17.4.2"
googlePlayServicesVersion = "18.0.0"
}
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':tipsi-stripe'.
> Could not resolve all artifacts for configuration ':tipsi-stripe:classpath'.
   > Could not find org.jetbrains.trove4j:trove4j:20160824.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
       - https://repo.maven.apache.org/maven2/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
     Required by:
         project :tipsi-stripe > com.android.tools.build:gradle:4.0.0 > com.android.tools.build:builder:4.0.0 > com.android.tools:sdk-common:27.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment