We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7a594 commit 04d2e4bCopy full SHA for 04d2e4b
2 files changed
build.gradle
@@ -21,7 +21,7 @@ allprojects {
21
22
static def androidCompileSdk() { return 36 }
23
24
-static def androidMinSdk() { return 21 }
+static def androidMinSdk() { return 23 }
25
26
static def androidTargetSdk() { return 36 }
27
vtm-android-example/build.gradle
@@ -19,6 +19,7 @@ dependencies {
19
implementation "com.github.mapsforge.mapsforge:mapsforge-map-android:$mapsforgeVersion@jar"
20
implementation "com.github.mapsforge.mapsforge:mapsforge-poi:$mapsforgeVersion@jar"
implementation "com.github.mapsforge.mapsforge:mapsforge-poi-android:$mapsforgeVersion@jar"
+ implementation 'androidx.sqlite:sqlite-bundled:2.7.0'
}
android {
0 commit comments