We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ec09 commit e3afceeCopy full SHA for e3afcee
build.gradle
@@ -2,7 +2,6 @@ buildscript {
2
repositories {
3
mavenCentral()
4
google()
5
- jcenter()
6
}
7
dependencies {
8
classpath GRADLE_CLASS_PATH
gradle.properties
@@ -1,6 +1,7 @@
1
# Until all the dependencies move to android X
android.useAndroidX = true
android.enableJetifier = true
+org.gradle.parallel=true
ANDROID_X_VERSION=1+
0 commit comments