From ab2d7df4f17c0b1366994a39bdbd08c2cfcb645e Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 5 Jun 2022 20:10:15 +0200 Subject: [PATCH] :bookmark: bump version to v1.0.0 --- android-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index be58057..e56f71e 100755 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -10,7 +10,7 @@ android { minSdk 24 targetSdk 31 versionCode 1 - versionName "1.0.0-b" + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }