Version 1.0.8

This commit is contained in:
Jays2Kings 2020-08-23 20:27:40 -04:00
parent 21309bac4d
commit f10f8c6b64
5 changed files with 13 additions and 4 deletions

View file

@ -21,7 +21,7 @@ object AndroidVersions {
const val MIN_SDK = 23
const val TARGET_SDK = 29
const val VERSION_CODE = 66
const val VERSION_NAME = "1.0.7"
const val VERSION_NAME = "1.0.8"
}
object BuildPluginsVersion {