Skip to content

Commit 04d2e4b

Browse files
authored
POI v4 (#1304)
1 parent ff7a594 commit 04d2e4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

2222
static def androidCompileSdk() { return 36 }
2323

24-
static def androidMinSdk() { return 21 }
24+
static def androidMinSdk() { return 23 }
2525

2626
static def androidTargetSdk() { return 36 }
2727

vtm-android-example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919
implementation "com.github.mapsforge.mapsforge:mapsforge-map-android:$mapsforgeVersion@jar"
2020
implementation "com.github.mapsforge.mapsforge:mapsforge-poi:$mapsforgeVersion@jar"
2121
implementation "com.github.mapsforge.mapsforge:mapsforge-poi-android:$mapsforgeVersion@jar"
22+
implementation 'androidx.sqlite:sqlite-bundled:2.7.0'
2223
}
2324

2425
android {

0 commit comments

Comments
 (0)