@@ -4,22 +4,19 @@ def googleMapsApiReleaseKey = hasProperty('RELEASE_MAPS_MAPCACHE_API_KEY') ? REL
44def googleMapsApiKeyDebug = hasProperty(' DEBUG_MAPS_API_KEY' ) ? DEBUG_MAPS_API_KEY : ' '
55
66android {
7- compileSdkVersion 30
7+ compileSdkVersion 31
88
9- dexOptions {
10- javaMaxHeapSize " 4g"
11- }
129 compileOptions {
13- sourceCompatibility JavaVersion . VERSION_1_8
14- targetCompatibility JavaVersion . VERSION_1_8
10+ sourceCompatibility JavaVersion . VERSION_11
11+ targetCompatibility JavaVersion . VERSION_11
1512 }
1613 defaultConfig {
1714 applicationId " mil.nga.mapcache"
1815 resValue " string" , " applicationId" , applicationId
1916 minSdkVersion 21
20- targetSdkVersion 29
21- versionCode 38
22- versionName ' 2.1.0 '
17+ targetSdkVersion 31
18+ versionCode 39
19+ versionName ' 2.1.1 '
2320 multiDexEnabled true
2421 }
2522 buildTypes {
@@ -56,13 +53,14 @@ dependencies {
5653 api ' com.google.android.material:material:1.0.0'
5754 api ' androidx.preference:preference:1.1.1'
5855 api ' androidx.lifecycle:lifecycle-extensions:2.2.0'
59- api ' mil.nga.geopackage.map:geopackage-android-map:6.0.2 ' // comment out to build locally
56+ api ' mil.nga.geopackage.map:geopackage-android-map:6.1.3 ' // comment out to build locally
6057 // api project(':geopackage-map') // uncomment me to build locally
6158 api ' androidx.multidex:multidex:2.0.1'
6259 implementation ' androidx.exifinterface:exifinterface:1.3.3'
6360 implementation ' com.google.android.gms:play-services-location:18.0.0'
6461 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
6562 implementation ' androidx.viewpager2:viewpager2:1.1.0-alpha01'
63+ implementation ' org.locationtech.jts:jts-core:1.18.2'
6664 testImplementation ' androidx.multidex:multidex:2.0.1'
6765 testImplementation ' junit:junit:4.13.1'
6866 implementation ' com.github.matomo-org:matomo-sdk-android:v2.0.0'
0 commit comments