diff --git a/android/build.gradle b/android/build.gradle index dd29c274..55524878 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,6 +3,7 @@ buildscript { repositories { google() mavenCentral() + maven { url "https://jitpack.io" } maven {url 'https://developer.huawei.com/repo/'} } diff --git a/android/gradle.properties b/android/gradle.properties index b20905ec..898e4d70 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,4 +1,3 @@ -org.gradle.jvmargs=-Xmx2048m +org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m android.useAndroidX=true -android.enableJetifier=true - +android.enableJetifier=true \ No newline at end of file