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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"