diff --git a/app/build.gradle b/app/build.gradle index 03f044b..f47d233 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "de.maxhenkel.qrscanner" minSdkVersion 24 targetSdkVersion 29 - versionCode 1 - versionName "0.0.1" + versionCode 2 + versionName "0.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }