File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/examples/kotlin/GeoPackageToGoAndroid Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ def googleMapsApiReleaseKey = hasProperty('RELEASE_MAPS_MAPCACHE_API_KEY') ? REL
55def googleMapsApiKeyDebug = hasProperty(' DEBUG_MAPS_API_KEY' ) ? DEBUG_MAPS_API_KEY : ' '
66
77android {
8- compileSdkVersion 31
8+ compileSdkVersion 32
99
1010 defaultConfig {
1111 applicationId " mil.nga.geopackagetogoandroid"
1212 minSdkVersion 19
13- targetSdkVersion 31
13+ targetSdkVersion 32
1414 versionCode 1
1515 versionName " 1.0"
1616 multiDexEnabled true
@@ -32,7 +32,7 @@ android {
3232dependencies {
3333 api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3434 api ' androidx.appcompat:appcompat:1.4.1'
35- api ' mil.nga.geopackage.map:geopackage-android-map:6.2.0 '
35+ api ' mil.nga.geopackage.map:geopackage-android-map:6.2.1 '
3636 api ' androidx.multidex:multidex:2.0.1'
3737 testImplementation ' androidx.multidex:multidex:2.0.1'
3838}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenLocal()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.1.0 '
11+ classpath ' com.android.tools.build:gradle:7.1.2 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1414
You can’t perform that action at this time.
0 commit comments