commit a673cc04dbdc1659a678e21dd2e4d0213543b4c0
parent 886851fb156cb99eb78e225fffc49039233a8613
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 12 Jun 2025 13:45:06 +0200
[pos] release v1.0.2
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 13
- versionName "1.0.1"
+ versionCode 14
+ versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")