Skip to content

Commit 39f7ad2

Browse files
committed
example update
1 parent ca047df commit 39f7ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId "mil.nga.geopackagetogoandroid"
12-
minSdkVersion 19
12+
minSdkVersion 23
1313
targetSdkVersion 33
1414
versionCode 1
1515
versionName "1.0"
@@ -32,7 +32,7 @@ android {
3232
dependencies {
3333
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3434
api 'androidx.appcompat:appcompat:1.5.1'
35-
api 'mil.nga.geopackage.map:geopackage-android-map:6.5.0'
35+
api 'mil.nga.geopackage.map:geopackage-android-map:6.6.0'
3636
api 'androidx.multidex:multidex:2.0.1'
3737
testImplementation 'androidx.multidex:multidex:2.0.1'
3838
}

0 commit comments

Comments
 (0)