diff --git a/.idea/misc.xml b/.idea/misc.xml index bd122cb..9f71c83 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,4 +7,4 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 645c320..a10b5ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "codeguru.gocapture" minSdk 21 targetSdk 33 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0-alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }