From 03a79346b7d6301a7eeae0a4659510acb5166a81 Mon Sep 17 00:00:00 2001 From: Jannik Date: Mon, 6 Jun 2022 13:45:13 +0200 Subject: [PATCH] update version code and name -> beta3 update after tagging of beta2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index da2109d..63461d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "org.mosad.teapod" minSdkVersion 23 targetSdkVersion 31 - versionCode 9010 //00.09.010 - versionName "1.0.0-beta2" + versionCode 9020 //00.09.020 + versionName "1.0.0-beta3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "build_time", buildTime()