Compare commits

...

1 Commits

Author SHA1 Message Date
Kr328
c4c070cb97 Chore: bump version 2021-09-24 11:15:54 +08:00

View File

@@ -36,8 +36,8 @@ subprojects {
extensions.configure<BaseExtension> {
val minSdkVersion = 21
val targetSdkVersion = 30
val buildVersionCode = 204012
val buildVersionName = "2.4.12"
val buildVersionCode = 204013
val buildVersionName = "2.4.13"
val defaultDimension = "feature"
ndkVersion = "23.0.7599858"