summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-07-17 13:30:48 -0300
committerTorsten Grote <t@grobox.de>2020-07-17 13:30:48 -0300
commit1c8da5aea284a0299840721afc86dae75b16ba78 (patch)
tree1072ff33cf405e81b8c1730167f5e345946275fb /wallet/build.gradle
parent9400d765f07f57adb775518c5b66d8001893a7c4 (diff)
downloadtaler-android-1c8da5aea284a0299840721afc86dae75b16ba78.tar.gz
taler-android-1c8da5aea284a0299840721afc86dae75b16ba78.tar.bz2
taler-android-1c8da5aea284a0299840721afc86dae75b16ba78.zip
[wallet] show list of known exchanges in settings
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 192b454..aa5fbad 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,7 +23,7 @@ plugins {
id "de.undercouch.download"
}
-def walletCoreVersion = "v0.7.1-dev.6"
+def walletCoreVersion = "v0.7.1-dev.9"
android {
compileSdkVersion 29
@@ -35,7 +35,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 6
- versionName "0.7.1.dev.6"
+ versionName "0.7.1.dev.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "WALLET_CORE_VERSION", "\"$walletCoreVersion\""
}