commit 36ef5686037c81b12def0509c184d2aa2891fbc6
parent 83e934266f3ab3d2570047ed6454c3de3688d30f
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 28 Aug 2024 14:42:18 +0200
[pos] release v0.2.6
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 7
- versionName "0.2.5"
+ versionCode 8
+ versionName "0.2.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")