From c307c6a96e6db3f2067f87cb73e9f64d9eefde2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=A4nge?= Date: Thu, 18 Aug 2022 17:09:59 +0200 Subject: [PATCH] Bump version to v4.2.0 (27) - Add automatic output file renaming - Update author names --- app/build.gradle | 11 +++++++++-- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 73ac180..d326c6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 17 targetSdkVersion 32 multiDexEnabled true - versionCode 26 - versionName "4.1.0" + versionCode 27 + versionName "4.2.0" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' buildFeatures.dataBinding = true vectorDrawables.useSupportLibrary = true @@ -25,6 +25,13 @@ android { androidTest.assets.srcDirs += files("$projectDir/schemas".toString()) } } + + applicationVariants.all { variant -> + variant.outputs.all { + outputFileName = "pfa-qr-scanner-${variant.name}-v${variant.versionName}.apk" + } + } + buildTypes { release { minifyEnabled false diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 87316c3..1cbc01a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -38,7 +38,7 @@ Authors: - Christopher Beckmann, Bassel Hanna, Philipp Rack + Christopher Beckmann, Bassel Hanna, Philipp Rack, Tobias Länge %s and contributors. In affiliation with This application belongs to the group of Privacy Friendly Apps developed by SECUSO. Sourcecode licensed under GPLv3. Images copyright Karlsruhe Institute of Technology and Google Inc.