summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-07 11:09:22 -0300
committerTorsten Grote <t@grobox.de>2020-09-07 11:09:22 -0300
commit01acacaecdde368c73414fce86cf320a7fbbddbc (patch)
tree4bee64478f1d7b5655764051186ea53a8d75a588 /wallet/build.gradle
parent65bd1c7ad004a44172c3a35dc229c9c84163eee9 (diff)
downloadtaler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.tar.gz
taler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.tar.bz2
taler-android-01acacaecdde368c73414fce86cf320a7fbbddbc.zip
[wallet] always show product details (remove details button)
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index b3a8210..0e04d17 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -47,7 +47,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 6
- versionName "0.7.1.dev.25"
+ versionName "0.7.1.dev.28"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""
}