diff --git a/app/build.gradle b/app/build.gradle index 2f4c725..a43fc28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "org.totschnig.ocr" minSdkVersion 16 targetSdkVersion 30 - versionCode 2 - versionName "2.0" + versionCode 3 + versionName "2.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }