[Scummvm-git-logs] scummvm branch-2-2 -> 22de90f0316569a988661ccbd50f97375ae16863
antoniou79
a.antoniou79 at gmail.com
Sun Sep 27 21:31:09 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:
22de90f031 ANDROID: DISTS: Upgrade gradle and gradle plugin versions
Commit: 22de90f0316569a988661ccbd50f97375ae16863
https://github.com/scummvm/scummvm/commit/22de90f0316569a988661ccbd50f97375ae16863
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-09-28T00:30:57+03:00
Commit Message:
ANDROID: DISTS: Upgrade gradle and gradle plugin versions
This repeats the commit change that mduggan did
The original commit was:
https://github.com/scummvm/scummvm/commit/fdf84ed93e9c860208343434eefff16b54635174
Then it got revered by:
https://github.com/scummvm/scummvm/commit/280446deb1bc004e7aed7af30a97370ef1b006b0
We need to manually remove some (android_project) directories in order for the builds to succeed on our buildbot after these changes. The buildbot does this itself once daily.
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 828460d9ff..29ee4342d8 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