Chore: bump version

This commit is contained in:
Kr328 2021-10-15 11:07:10 +08:00
parent 3b33216961
commit c78431a0fb

View File

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