File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
docs/examples/kotlin/GeoPackageToGoAndroid Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ android {
3131
3232dependencies {
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}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
Original file line number Diff line number Diff line change 1- # Wed Mar 10 08:12:22 MST 2021
1+ # Fri Sep 23 09:07:11 MDT 2022
22distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin.zip
34distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl = https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
6+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments