commit 7af5805212604ecc928843694108cf52174df01b
parent cc91a46ba6986dc37d20a0e2ef74baad18085130
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 29 Jan 2025 18:08:45 +0100
[pos] release v0.2.9
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 10
- versionName "0.2.8"
+ versionCode 11
+ versionName "0.2.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")