Skip to content

Commit fd6b444

Browse files
committed
fix: Upgrade minSdk of the demo app to 23
1 parent 98e38a3 commit fd6b444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
defaultConfig {
2929
applicationId = "org.maplibre.navigation.android.example"
3030
compileSdk = 35
31-
minSdk = 21
31+
minSdk = 23
3232

3333
versionCode = 1
3434
versionName = project.properties.get("versionName") as String? ?: "0.0.0"

0 commit comments

Comments
 (0)