File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Adheres to [Semantic Versioning](http://semver.org/).
1313* File Utils fix for raw file path download document URIs
1414* Feature Index Manager connection closures
1515* GeoPackage Cache utilization
16+ * gradle plugin updated to 3.2.0
17+ * gradle version 4.6
1618
1719## [ 1.21] ( https://github.com/ngageoint/geopackage-mapcache-android/releases/tag/1.21 ) (07-16-2018)
1820
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenLocal()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.1.4 '
9+ classpath ' com.android.tools.build:gradle:3.2.0 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1111 }
1212}
Original file line number Diff line number Diff line change 1- # Mon Jun 11 07:10:21 MDT 2018
1+ # Wed Oct 03 12:22:18 MDT 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments