aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 04:16:53 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 04:16:53 -0600
commit4a796e47bede0cbe5512868001c22b6889e9f72e (patch)
tree48aa1dfed3dcae88f0453c1c9c4788d04173f9e0 /androidApp/build.gradle.kts
parent51d42034f00cc640ff94c06333e2354c8e440a3f (diff)
parenta2ba612c515a53cb6e7f283858a518d60188651b (diff)
downloadetbsa-trackermap-mobile-4a796e47bede0cbe5512868001c22b6889e9f72e.tar.gz
etbsa-trackermap-mobile-4a796e47bede0cbe5512868001c22b6889e9f72e.tar.bz2
etbsa-trackermap-mobile-4a796e47bede0cbe5512868001c22b6889e9f72e.zip
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
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 6fe79ad..bec9466 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"))