mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Upgrade minSdkVersion to 23 (#1921)
This commit is contained in:
parent
f3ec093caf
commit
03a9b34190
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue