Skip to content

Commit f9b1f7a

Browse files
committed
example update
1 parent adbdab0 commit f9b1f7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/examples/kotlin/GeoPackageToGoAndroid/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ def googleMapsApiReleaseKey = hasProperty('RELEASE_MAPS_MAPCACHE_API_KEY') ? REL
55
def googleMapsApiKeyDebug = hasProperty('DEBUG_MAPS_API_KEY') ? DEBUG_MAPS_API_KEY: ''
66

77
android {
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 {
3232
dependencies {
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
}

docs/examples/kotlin/GeoPackageToGoAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)