Increase MIN_SDK_VERSION to 26 (#2140)

This commit is contained in:
James Rich 2025-06-16 22:43:49 +00:00 committed by GitHub
parent 8681711946
commit 41885c84aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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