summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-30 14:33:08 -0300
committerTorsten Grote <t@grobox.de>2020-04-30 14:33:08 -0300
commit056be53a8d51fb6e45167f5d1ec317513b87a906 (patch)
treecb14e2ca3e10c29cc7ad82fb8499bb375c70dd5a /build.gradle
parent0d4d6358ac6db7e0a1e936ecfd70ec4bb3262846 (diff)
downloadtaler-android-056be53a8d51fb6e45167f5d1ec317513b87a906.tar.gz
taler-android-056be53a8d51fb6e45167f5d1ec317513b87a906.tar.bz2
taler-android-056be53a8d51fb6e45167f5d1ec317513b87a906.zip
[wallet] show ToS markdown in expandable sections
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3955891..ec72fa3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.72'
- ext.nav_version = "2.2.1"
+ ext.nav_version = "2.2.2"
ext.build_tools_version = "29.0.2"
repositories {
google()