Chore: bump version

This commit is contained in:
kr328 2021-11-16 20:29:46 +08:00
parent 8330054a81
commit 226c11dda3

View File

@ -36,8 +36,8 @@ subprojects {
extensions.configure<BaseExtension> {
val minSdkVersion = 21
val targetSdkVersion = 31
val buildVersionCode = 205001
val buildVersionName = "2.5.1"
val buildVersionCode = 205002
val buildVersionName = "2.5.2"
val defaultDimension = "feature"
ndkVersion = "23.0.7599858"