summaryrefslogtreecommitdiffstatshomepage
path: root/android-project/gradle
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2018-12-12 01:38:28 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-12-11 19:38:27 -0500
commita45221458dfba557ae32c0073750a06deea3f45e (patch)
tree0c7edda0a7fc0ca38021374801f0e5b2e074a180 /android-project/gradle
parentff08c8cd4eb7004bac71652421b4aea987f5c468 (diff)
Android compile fix (#4395)
* Fix compile for Android, set API to 24 * Update Android Studio project to API 24 * Fixed project file to latest Android Studio * fix build with gradle alone
Diffstat (limited to 'android-project/gradle')
-rw-r--r--android-project/gradle/wrapper/gradle-wrapper.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-project/gradle/wrapper/gradle-wrapper.properties b/android-project/gradle/wrapper/gradle-wrapper.properties
index 0c71e760dc9..894e429e50f 100644
--- a/android-project/gradle/wrapper/gradle-wrapper.properties
+++ b/android-project/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Apr 10 15:27:10 PDT 2013
+#Tue Dec 11 19:45:09 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip