commit 868f47ffab3dd38d63df7ec73ca21f43cae74bd3
parent 3c7308373cd4042bb9694233081971d4990b8d24
Author: Iván Ávalos <avalos@disroot.org>
Date: Mon, 17 Jun 2024 09:45:06 -0600
[pos] Release 0.2.5
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 6
- versionName "0.2.4"
+ versionCode 7
+ versionName "0.2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")