File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
66before_install :
77 - mkdir "$ANDROID_HOME/licenses" || true
8- - echo "d56f5187479451eabf01fb78af6dfcb131a6481e " > "$ANDROID_HOME/licenses/android-sdk-license"
8+ - echo "24333f8a63b6825ea9c5514f83c2829b004d1fee " > "$ANDROID_HOME/licenses/android-sdk-license"
99
10- script : " ./gradlew build"
10+ script : " ./gradlew build"
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.2.51 '
2+ ext. kotlin_version = ' 1.3.31 '
33 repositories {
44 jcenter()
55 google()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.1.3 '
8+ classpath ' com.android.tools.build:gradle:3.4.1 '
99 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
34zipStoreBase =GRADLE_USER_HOME
45zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.5-all.zip
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828APP_BASE_NAME=` basename " $0 " `
2929
3030# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31- DEFAULT_JVM_OPTS=" "
31+ DEFAULT_JVM_OPTS=' "-Xmx64m" '
3232
3333# Use the maximum available, or set MAX_FD != -1 to use that value.
3434MAX_FD=" maximum"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
1414set APP_HOME = %DIRNAME%
1515
1616@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17- set DEFAULT_JVM_OPTS =
17+ set DEFAULT_JVM_OPTS = " -Xmx64m "
1818
1919@ rem Find java.exe
2020if defined JAVA_HOME goto findJavaFromJavaHome
You can’t perform that action at this time.
0 commit comments