Explorar el Código

updated app version to 0.1.0

sirekanian hace 3 años
padre
commit
9e8e67571b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -11,8 +11,8 @@ android {
         applicationId "com.sirekanian.warmongr"
         minSdk 21
         targetSdk 32
-        versionCode 0
-        versionName "0.0.0"
+        versionCode 1
+        versionName "0.1.0"
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables {
             useSupportLibrary true