commit 2f744ff757b0d43d7fbb202690a40971d6b2e8cb
parent a4886051f6d9b0106ca116365bbc73296d6ab21a
Author: Iván Ávalos <avalos@disroot.org>
Date: Sun, 11 May 2025 20:29:32 +0200
[pos] release v1.0.1
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "net.taler.merchantpos"
minSdkVersion 21
targetSdkVersion 34
- versionCode 12
- versionName "1.0.0"
+ versionCode 13
+ versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")