From 2ad14e7287ea191338562d75fed9ea52a6004aae Mon Sep 17 00:00:00 2001 From: Bastian <34898868+basti564@users.noreply.github.com> Date: Sun, 21 May 2023 21:10:32 +0200 Subject: [PATCH] bump version to 1.4.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e59b2f6..84f7b88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,9 +10,9 @@ android { defaultConfig { applicationId "com.bos.oculess" minSdkVersion 23 - versionCode 11 - versionName "1.3.5" targetSdkVersion 33 + versionCode 12 + versionName "1.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }