From 20d9fa79a6f2002ee7da7c9619acba3d4c684363 Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Mon, 31 Aug 2020 22:57:41 +0200 Subject: [PATCH] bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8706a55..30514af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "me.zobrist.tichucounter" minSdkVersion 16 targetSdkVersion 30 - versionCode 3 - versionName "1.0.0Beta2" + versionCode 4 + versionName "1.0.0RC" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }