[Scummvm-git-logs] scummvm master -> fdf84ed93e9c860208343434eefff16b54635174
mduggan
mgithub at guarana.org
Sat Sep 26 03:19:17 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fdf84ed93e ANDROID: Update gradle versions to make Android Studio happy
Commit: fdf84ed93e9c860208343434eefff16b54635174
https://github.com/scummvm/scummvm/commit/fdf84ed93e9c860208343434eefff16b54635174
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-09-26T12:19:00+09:00
Commit Message:
ANDROID: Update gradle versions to make Android Studio happy
Changed paths:
dists/android/build.gradle
dists/android/gradle/wrapper/gradle-wrapper.properties
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index b27a3e38ef..742d9f1ee1 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.6.0'
+ classpath 'com.android.tools.build:gradle:4.0.1'
}
}
diff --git a/dists/android/gradle/wrapper/gradle-wrapper.properties b/dists/android/gradle/wrapper/gradle-wrapper.properties
index 674bdda00e..84337ad35f 100644
--- a/dists/android/gradle/wrapper/gradle-wrapper.properties
+++ b/dists/android/gradle/wrapper/gradle-wrapper.properties
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
More information about the Scummvm-git-logs
mailing list