Version 1.0.9

This commit is contained in:
Jays2Kings 2020-09-16 21:13:00 -04:00
parent e5dbc3cbd7
commit ab5cc8d519
5 changed files with 10 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.8"
const val VERSION_NAME = "1.0.9"
}
object BuildPluginsVersion {