mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Increase MIN_SDK_VERSION to 26 (#2140)
This commit is contained in:
parent
8681711946
commit
41885c84aa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
object Configs {
|
||||
const val APPLICATION_ID = "com.geeksville.mesh"
|
||||
const val MIN_SDK_VERSION = 23
|
||||
const val MIN_SDK_VERSION = 26
|
||||
const val TARGET_SDK = 36
|
||||
const val COMPILE_SDK = 36
|
||||
const val VERSION_CODE = 30617 // format is Mmmss (where M is 1+the numeric major number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue