Chore: bump version

This commit is contained in:
kr328 2021-09-12 13:19:55 +08:00
parent 0406573317
commit 66d02c7e2d

View File

@ -51,8 +51,8 @@ subprojects {
extensions.configure(BaseExtension::class) { extensions.configure(BaseExtension::class) {
val minSdkVersion = 21 val minSdkVersion = 21
val targetSdkVersion = 30 val targetSdkVersion = 30
val buildVersionCode = 204009 val buildVersionCode = 204010
val buildVersionName = "2.4.9" val buildVersionName = "2.4.10"
val defaultDimension = "feature" val defaultDimension = "feature"
ndkVersion = "23.0.7599858" ndkVersion = "23.0.7599858"