mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Speed up compile
This commit is contained in:
parent
8ff04879e5
commit
4096b7a98a
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
dependencies {
|
||||
implementation "com.google.firebase:firebase-messaging:17.3.3"
|
||||
implementation "com.google.firebase:firebase-messaging:17.3.4"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.2.61'
|
||||
kotlinVersion = '1.2.71'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -13,7 +13,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.0-alpha13'
|
||||
classpath 'com.android.tools.build:gradle:3.4.0-alpha01'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
|
@ -17,3 +17,7 @@ org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
|
|||
# org.gradle.parallel=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# org.gradle.parallel=true
|
||||
org.gradle.daemon=true
|
||||
org.gradle.configureondemand=true
|
Loading…
Reference in a new issue