mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Speed up compile
This commit is contained in:
parent
8ff04879e5
commit
4096b7a98a
@ -1,3 +1,3 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "com.google.firebase:firebase-messaging:17.3.3"
|
implementation "com.google.firebase:firebase-messaging:17.3.4"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.2.61'
|
kotlinVersion = '1.2.71'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@ -13,7 +13,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
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}"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// 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
|
# org.gradle.parallel=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
|
||||||
|
# org.gradle.parallel=true
|
||||||
|
org.gradle.daemon=true
|
||||||
|
org.gradle.configureondemand=true
|
Loading…
Reference in New Issue
Block a user