We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce2de6 commit 82dbcf7Copy full SHA for 82dbcf7
android/build.gradle
@@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
4
buildscript {
5
repositories {
6
google()
7
- jcenter()
+ mavenCentral()
8
}
9
10
dependencies {
@@ -15,7 +15,7 @@ buildscript {
15
rootProject.allprojects {
16
17
18
19
20
21
android/gradle.properties
@@ -1,4 +1,3 @@
1
org.gradle.jvmargs=-Xmx1536M
2
-android.enableR8=true
3
android.useAndroidX=true
android.enableJetifier=true
0 commit comments