commit 3c2bf6e27d41430718b43ec09e6b1d9d020c5478
parent 7e8d39aa6f7a97ae14cb90db12f3ab83c9c5a343
Author: Torsten Grote <t@grobox.de>
Date: Tue, 11 Apr 2023 14:35:18 -0300
[pos] Release 0.2.3
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
@@ -15,8 +15,8 @@ android {
applicationId "net.taler.merchantpos"
minSdkVersion 21
targetSdkVersion 32
- versionCode 4
- versionName "0.2.2"
+ versionCode 5
+ versionName "0.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}