Skip to content

Commit ca047df

Browse files
committed
example update
1 parent c9d5692 commit ca047df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131

3232
dependencies {
3333
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
34-
api 'androidx.appcompat:appcompat:1.4.2'
35-
api 'mil.nga.geopackage.map:geopackage-android-map:6.4.0'
34+
api 'androidx.appcompat:appcompat:1.5.1'
35+
api 'mil.nga.geopackage.map:geopackage-android-map:6.5.0'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.6.21'
4+
ext.kotlin_version = '1.7.10'
55
repositories {
66
google()
77
mavenCentral()
88
mavenLocal()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.1'
11+
classpath 'com.android.tools.build:gradle:7.3.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1414

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 10 08:12:22 MST 2021
1+
#Fri Sep 23 09:07:11 MDT 2022
22
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)