Skip to content

Commit 96d27cd

Browse files
committed
Upgrade gradle
1 parent b027eec commit 96d27cd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

app/foss/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":155,"versionName":"8.9.4","enabled":true,"outputFile":"app-foss-release.apk","fullName":"fossRelease","baseName":"foss-release"},"path":"app-foss-release.apk","properties":{}}]
3.38 MB
Binary file not shown.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.2.1'
8+
classpath 'com.android.tools.build:gradle:3.5.0'
99
}
1010
}
1111

1212
allprojects {
1313
repositories {
14+
jcenter()
1415
google()
1516
}
1617
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 08 15:28:15 CET 2019
1+
#Sun Sep 08 16:31:17 CEST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 commit comments

Comments
 (0)