Explorar el Código

Prepare for next release

Joshua Kuestersteffen hace 6 años
padre
commit
b64c5e70ed
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -17,8 +17,8 @@ android {
         applicationId "com.jkuester.unlauncher"
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 1
-        versionName "0.0.1"
+        versionCode 2
+        versionName "0.0.2"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables.useSupportLibrary = true
     }