Explorar el Código

Chore: bump version

kr328 hace 4 años
padre
commit
66d02c7e2d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.gradle.kts

+ 2 - 2
build.gradle.kts

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