Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 5, 2024
1 parent 8cf6c77 commit 3d845f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/examples/kotlin/GeoPackageToGoAndroid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To add geopackage-android-map, add it to the dependencies section of the build.g
```
dependencies {
...
implementation "mil.nga.geopackage.map:geopackage-android-map:6.7.2"
implementation "mil.nga.geopackage.map:geopackage-android-map:6.7.4"
...
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
dependencies {
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'androidx.appcompat:appcompat:1.6.1'
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.3'
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.4'
api 'androidx.multidex:multidex:2.0.1'
testImplementation 'androidx.multidex:multidex:2.0.1'
}
4 changes: 2 additions & 2 deletions docs/examples/kotlin/GeoPackageToGoAndroid/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.20'
repositories {
google()
mavenCentral()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Oct 10 12:58:31 MDT 2023
#Fri Apr 05 06:14:00 MDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3d845f3

Please sign in to comment.