From d3850ecab00941188b4c1e027f6cb7acac26841d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 23 Jun 2023 19:43:31 +0200 Subject: [PATCH] Bump version to v5.0 --- .idea/compiler.xml | 2 +- .idea/misc.xml | 3 ++- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8a..b589d56e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d81a5c88..a48b7183 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,7 @@ + - + diff --git a/app/build.gradle b/app/build.gradle index cd3271e0..de018189 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.bnyro.clock" minSdk 21 targetSdk 33 - versionCode 6 - versionName "4.0" + versionCode 7 + versionName "5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {