commit ab11f168fdf15aba8f366d723d9a63726fc86276
parent 7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c
Author: Torsten Grote <t@grobox.de>
Date: Thu, 23 Feb 2023 15:56:37 -0300
[wallet] release 0.9.2+p2 (Google Play only)
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/wallet/build.gradle b/wallet/build.gradle
@@ -42,8 +42,8 @@ android {
applicationId "net.taler.wallet"
minSdkVersion 24
targetSdkVersion 32
- versionCode 23
- versionName "0.9.2+p1"
+ versionCode 25
+ versionName "0.9.2+p2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
diff --git a/wallet/fastlane/Fastfile b/wallet/fastlane/Fastfile
@@ -30,6 +30,8 @@ platform :android do
build_type: "Release",
flavor: "google",
gradle_path: '../gradlew',
+ print_command: false,
+ flags: "--no-build-cache --no-configuration-cache",
properties: {
"android.injected.signing.store.file" => ENV["TALER_KEYSTORE_PATH"],
"android.injected.signing.store.password" => ENV["TALER_KEYSTORE_PASS"],