mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Just tested on emulator version 21 and seems to work, so loosen restrictions
This commit is contained in:
parent
7c54b897ac
commit
b081d310f8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ android {
|
|||
buildToolsVersion "29.0.3"
|
||||
defaultConfig {
|
||||
applicationId "com.geeksville.mesh"
|
||||
minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||
targetSdkVersion 29
|
||||
versionCode 175
|
||||
versionName "0.7.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue