This commit is contained in:
James Rich 2025-05-26 21:31:05 -05:00 committed by GitHub
parent b7c0bc874c
commit 6ee7b6e12d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ object Configs {
const val MIN_SDK_VERSION = 23
const val TARGET_SDK = 36
const val COMPILE_SDK = 36
const val VERSION_CODE = 30603 // format is Mmmss (where M is 1+the numeric major number
const val VERSION_NAME = "2.6.3"
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
}