diff --git a/build.gradle.kts b/build.gradle.kts index f766cea25..9f9323532 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:3.6.0-rc01") + classpath("com.android.tools.build:gradle:3.6.0-rc02") classpath("com.google.gms:google-services:4.3.3") // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin classpath("io.fabric.tools:gradle:1.31.2") diff --git a/gradle.properties b/gradle.properties index 43523e7d5..9a2223a55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ android.enableJetifier=true android.useAndroidX=true -org.gradle.jvmargs=-Xmx2048m +org.gradle.jvmargs=-Xmx4096m