We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6497f commit 7f8950cCopy full SHA for 7f8950c
geopackage-map/build.gradle
@@ -153,9 +153,9 @@ afterEvaluate {
153
dependencies {
154
api 'com.google.android.gms:play-services-maps:18.2.0'
155
api 'com.google.maps.android:android-maps-utils:3.5.3'
156
- api 'mil.nga.geopackage:geopackage-android:6.7.4'
+ api 'mil.nga.geopackage:geopackage-android:6.7.5'
157
//api project(':geopackage-sdk') // uncomment me to build locally
158
- javadocDeps 'mil.nga.geopackage:geopackage-android:6.7.4'
+ javadocDeps 'mil.nga.geopackage:geopackage-android:6.7.5'
159
testImplementation 'androidx.multidex:multidex:2.0.1'
160
androidTestImplementation 'androidx.test:runner:1.5.2'
161
androidTestImplementation 'androidx.test:rules:1.5.0'
0 commit comments