commit 826efe715bc66b52934a268022bd944845bfcbe6
parent 9c03410d3c074aac31fa48dfe6e525668125303d
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 9 May 2025 14:35:01 +0200
[pos] release v1.0.0
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 11
- versionName "0.2.9"
+ versionCode 12
+ versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")