Update Gradle

This commit is contained in:
Emux 2019-04-18 20:29:50 +03:00
parent 54b7884fa3
commit b5ee7c1b46
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
6 changed files with 13 additions and 8 deletions

View File

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

View File

@ -1,5 +1,10 @@
# Changelog
## New since 0.11.1
- Many other minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0)
## Version 0.11.1 (2019-04-12)
- MBTiles raster tile source (Android) [#708](https://github.com/mapsforge/vtm/pull/708)

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.8'
classpath 'org.akhikhl.gretty:gretty:2.0.0'
}
}
@ -41,7 +41,7 @@ gwt {
noPrecompile = true
}
compiler {
enableClosureCompiler = false // activates -XenableClosureCompiler
//enableClosureCompiler = false // activates -XenableClosureCompiler
disableClassMetadata = true // activates -XdisableClassMetadata
disableCastChecking = true // activates -XdisableCastChecking
}

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.8'
classpath 'org.akhikhl.gretty:gretty:2.0.0'
}
}
@ -39,7 +39,7 @@ gwt {
noPrecompile = true
}
compiler {
enableClosureCompiler = false // activates -XenableClosureCompiler
//enableClosureCompiler = false // activates -XenableClosureCompiler
disableClassMetadata = true // activates -XdisableClassMetadata
disableCastChecking = true // activates -XdisableCastChecking
}

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.8'
}
}
@ -38,7 +38,7 @@ gwt {
noPrecompile = true
}
compiler {
enableClosureCompiler = false // activates -XenableClosureCompiler
//enableClosureCompiler = false // activates -XenableClosureCompiler
disableClassMetadata = true // activates -XdisableClassMetadata
disableCastChecking = true // activates -XdisableCastChecking
}