aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 00:00:20 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 00:00:20 -0600
commit972b0cf5ff61fd7eabfb8960fa474cb80dcde80a (patch)
tree22bf05bb94f0809811fe1fcec57aba53f91f315b /androidApp/build.gradle.kts
parent9dd1ca6b987af2fb6838311a65cfdd69b07d117d (diff)
downloadetbsa-trackermap-mobile-972b0cf5ff61fd7eabfb8960fa474cb80dcde80a.tar.gz
etbsa-trackermap-mobile-972b0cf5ff61fd7eabfb8960fa474cb80dcde80a.tar.bz2
etbsa-trackermap-mobile-972b0cf5ff61fd7eabfb8960fa474cb80dcde80a.zip
Default map changed to OpenStreetMap.fr (because .org one doesn't work), and now each map URL has its own cache dir
Diffstat (limited to 'androidApp/build.gradle.kts')
-rw-r--r--androidApp/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts
index 07fe740..cd63ac0 100644
--- a/androidApp/build.gradle.kts
+++ b/androidApp/build.gradle.kts
@@ -39,7 +39,7 @@ val googleImplementation by configurations
dependencies {
implementation(project(":shared"))
- implementation("com.google.android.material:material:1.4.0")
+ implementation("com.google.android.material:material:1.5.0")
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.2")
implementation("com.squareup.okhttp3:okhttp:4.9.1")
@@ -56,6 +56,7 @@ dependencies {
implementation("com.github.zerobranch:SwipeLayout:1.3.1")
implementation("com.github.addisonElliott:SegmentedButton:3.1.9")
implementation("mil.nga.sf:sf-wkt:1.0.1")
+ implementation("com.soywiz.korlibs.krypto:krypto:2.4.12")
implementation(group = "", name = "WhirlyGlobeMaply", ext = "aar")
googleImplementation(platform("com.google.firebase:firebase-bom:29.0.3"))