Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorWolFi <wolfi@wolfi.es>2018-11-25 22:21:38 +0300
committerWolFi <wolfi@wolfi.es>2018-11-25 22:21:38 +0300
commit56d77607e9089fdcbb48ae494570dd217780e067 (patch)
tree374853bb648a36f5e5f6cc4ca227d153dc03585b /gradle
parent8baccf228ef49b52f6084b144d243ab42ee1a47f (diff)
FIXES #54 Appstore missing app by updating to android 9
ADD distributionSHA256sum as the gradle version has been updated since #52 was made
Diffstat (limited to 'gradle')
-rw-r--r--gradle/wrapper/gradle-wrapper.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 9c55161..5dee9ae 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,7 @@
-#Fri Mar 30 16:07:19 CEST 2018
+#Sun Nov 25 19:31:39 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
+distributionSha256Sum=9af7345c199f1731c187c96d3fe3d31f5405192a42046bafa71d846c3d9adacb \ No newline at end of file