Chore: bump version

This commit is contained in:
Kr328
2021-09-24 11:15:54 +08:00
parent 7928f4321a
commit c4c070cb97

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"