Explorar el Código

chore: bump version

metacubex hace 2 años
padre
commit
2229b04f27
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.gradle.kts

+ 2 - 2
build.gradle.kts

@@ -40,8 +40,8 @@ subprojects {
             minSdk = 21
             targetSdk = 31
 
-            versionName = "2.7.3"
-            versionCode = 207003
+            versionName = "2.7.4"
+            versionCode = 207004
 
             resValue("string", "release_name", "v$versionName")
             resValue("integer", "release_code", "$versionCode")