diff --git a/build.gradle b/build.gradle index 66beb88d..9bc0390a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.ben-manes.versions' buildscript { - ext.kotlinVersion = '1.3.41' + ext.kotlinVersion = '1.3.50' repositories { google() jcenter() @@ -12,9 +12,9 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0-rc03' + classpath 'com.android.tools.build:gradle:3.5.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0' - classpath 'com.google.gms:google-services:4.3.0' + classpath 'com.google.gms:google-services:4.3.1' classpath 'io.fabric.tools:gradle:1.31.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } diff --git a/gradle.properties b/gradle.properties index d08d04cc..4f17cbd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,11 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. +android.databinding.incremental=true android.enableJetifier=true android.enableR8.fullMode=true android.useAndroidX=true +kapt.incremental.apt=true org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. diff --git a/mobile/build.gradle b/mobile/build.gradle index 3f734f22..11b79c08 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'net.glxn.qrgen:android:2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-RC2' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0' for (dep in aux) { freedomImplementation dep googleImplementation dep