File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.4.1 '
10
+ classpath ' com.android.tools.build:gradle:3.5.0-beta03 '
11
11
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
}
Original file line number Diff line number Diff line change 9
9
10
10
# Specifies the JVM arguments used for the daemon process.
11
11
# The setting is particularly useful for tweaking memory settings.
12
+ android.enableJetifier =true
13
+ android.useAndroidX =true
12
14
org.gradle.jvmargs =-Xmx1536m
13
15
14
16
# When configured, Gradle will run in incubating parallel mode.
Original file line number Diff line number Diff line change 1
- # Fri Apr 26 16:04:49 CEST 2019
1
+ # Fri May 31 16:46:31 CEST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
You can’t perform that action at this time.
0 commit comments