From 348a0d9c073fa3b52db6e530048ecc4079d771d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=A4nge?= Date: Wed, 21 Dec 2022 16:24:01 +0100 Subject: [PATCH] Bump version to v1.2.0 (2) - Update .gitignore --- .gitignore | 1 + app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1578d25..45dbfe6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Built application files /*/build/ build/* +/app/release/ # Crashlytics configuations com_crashlytics_export_strings.xml diff --git a/app/build.gradle b/app/build.gradle index 6f61968..0a2ef7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.secuso.privacyfriendlycircuittraining" minSdkVersion 21 targetSdkVersion 32 - versionCode 2 - versionName "1.1" + versionCode 3 + versionName "1.2.0" } buildTypes { release {