Chore: bump version

This commit is contained in:
Kr328 2021-09-24 11:15:54 +08:00
parent a5619bb0ee
commit 1826d108a5

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"