commit 7a09de11feb868abec5bab638585f25410fd0a6b
parent 8a49fd7fe3aab142c2ccbe9f36c82c0a08b10b64
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 6 Mar 2024 12:20:05 -0600
[pos] Release 0.2.4
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 33
- versionCode 5
- versionName "0.2.3"
+ versionCode 6
+ versionName "0.2.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")