Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 11, 2022
1 parent adbdab0 commit f9b1f7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/examples/kotlin/GeoPackageToGoAndroid/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ def googleMapsApiReleaseKey = hasProperty('RELEASE_MAPS_MAPCACHE_API_KEY') ? REL
def googleMapsApiKeyDebug = hasProperty('DEBUG_MAPS_API_KEY') ? DEBUG_MAPS_API_KEY: ''

android {
compileSdkVersion 31
compileSdkVersion 32

defaultConfig {
applicationId "mil.nga.geopackagetogoandroid"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 32
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand All @@ -32,7 +32,7 @@ android {
dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'androidx.appcompat:appcompat:1.4.1'
api 'mil.nga.geopackage.map:geopackage-android-map:6.2.0'
api 'mil.nga.geopackage.map:geopackage-android-map:6.2.1'
api 'androidx.multidex:multidex:2.0.1'
testImplementation 'androidx.multidex:multidex:2.0.1'
}
2 changes: 1 addition & 1 deletion docs/examples/kotlin/GeoPackageToGoAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

Expand Down

0 comments on commit f9b1f7a

Please sign in to comment.