mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Move MIN_DEVICE_VERSION to build config (#1946)
This commit is contained in:
parent
6ee7b6e12d
commit
77ca2d62f0
3 changed files with 3 additions and 2 deletions
|
|
@ -23,4 +23,5 @@ object Configs {
|
|||
const val VERSION_CODE = 30604 // format is Mmmss (where M is 1+the numeric major number
|
||||
const val VERSION_NAME = "2.6.4"
|
||||
const val USE_CRASHLYTICS = true // Set to false if you don't want to use Firebase Crashlytics
|
||||
const val MIN_DEVICE_VERSION = "2.5.14" // Minimum device firmware version supported by this app
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue