commit 41e02e36341a88702c6e706a2df25bd1dd2001e7
parent 06fe73f9d53a2bb8e94fce4490d2f40613d38066
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 5 Dec 2024 13:53:01 +0100
[pos] release v0.2.8
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 9
- versionName "0.2.7"
+ versionCode 10
+ versionName "0.2.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")