commit c0d578c905971e77d10b39868ba061969794b432
parent c25fad4d51c2521ce1db761be37afdfdee244fe1
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 11 Sep 2024 21:39:25 +0200
[pos] release v0.2.7
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 8
- versionName "0.2.6"
+ versionCode 9
+ versionName "0.2.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BACKEND_API_VERSION", "\"5:0:1\"")