Chore: bump version

This commit is contained in:
kr328 2021-05-28 23:05:09 +08:00
parent 0f4a46188c
commit d6a71267c6

View File

@ -1,7 +1,7 @@
import org.gradle.api.Project
const val buildVersionCode = 204005
const val buildVersionName = "2.4.5"
const val buildVersionCode = 204006
const val buildVersionName = "2.4.6"
const val buildMinSdkVersion = 21
const val buildTargetSdkVersion = 30