chore: Upgrade minSdkVersion to 23 (#1921)

This commit is contained in:
James Rich
2025-05-23 12:35:19 -05:00
committed by GitHub
parent f3ec093caf
commit 03a9b34190
+1 -1
View File
@@ -30,7 +30,7 @@ android {
compileSdk 36
defaultConfig {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
minSdkVersion 23
targetSdk 36
versionCode 30602 // format is Mmmss (where M is 1+the numeric major number
versionName "2.6.2"