summaryrefslogtreecommitdiff
path: root/merchant-terminal/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-08 11:17:14 -0300
committerTorsten Grote <t@grobox.de>2020-09-08 11:17:14 -0300
commitb0b2b7f0f86d21f1157af691e3d640b495203e45 (patch)
tree7bbd92e6b1fc288da3c288b2bf0abf04c259a6a4 /merchant-terminal/build.gradle
parenta6332a0c02e3924ca68dca957ecc153a554c3deb (diff)
downloadtaler-android-b0b2b7f0f86d21f1157af691e3d640b495203e45.tar.gz
taler-android-b0b2b7f0f86d21f1157af691e3d640b495203e45.tar.bz2
taler-android-b0b2b7f0f86d21f1157af691e3d640b495203e45.zip
[pos] prepare for play store upload
Diffstat (limited to 'merchant-terminal/build.gradle')
-rw-r--r--merchant-terminal/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
index df8cee5..d56dd5c 100644
--- a/merchant-terminal/build.gradle
+++ b/merchant-terminal/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "net.taler.merchantpos"
minSdkVersion 24
targetSdkVersion 29
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -69,7 +69,7 @@ dependencies {
implementation "com.google.android.material:material:$material_version"
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
implementation "androidx.recyclerview:recyclerview:1.1.0"
- implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
+ implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc02"
// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"