Version 1.0.10

This commit is contained in:
Jays2Kings 2020-12-13 17:55:43 -05:00
parent a05d657d4d
commit 650e27722d
5 changed files with 11 additions and 5 deletions

View file

@ -20,8 +20,8 @@ object AndroidVersions {
const val COMPILE_SDK = 29
const val MIN_SDK = 23
const val TARGET_SDK = 29
const val VERSION_CODE = 66
const val VERSION_NAME = "1.0.9"
const val VERSION_CODE = 67
const val VERSION_NAME = "1.0.10"
}
object BuildPluginsVersion {