mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
chore: Upgrade minSdkVersion to 23 (#1921)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user