diff --git a/buildSrc/src/main/kotlin/Configs.kt b/buildSrc/src/main/kotlin/Configs.kt index f67ce87b6..5a90490f4 100644 --- a/buildSrc/src/main/kotlin/Configs.kt +++ b/buildSrc/src/main/kotlin/Configs.kt @@ -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 }