aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-06-08 23:14:35 -0500
committerIván Ávalos <avalos@disroot.org>2022-06-08 23:14:35 -0500
commitd7790a50599f94422df6851d240e3993fb71aab7 (patch)
tree292d603264017b5e11644e77b4ef137f27eb77d0 /androidApp/build.gradle.kts
parentfc3e2a6e316cb8acd6aac0553c92f9dbc6b669b4 (diff)
parentec157026deea7b72ff233a20c0ed40fa548f75d6 (diff)
downloadetbsa-trackermap-mobile-d7790a50599f94422df6851d240e3993fb71aab7.tar.gz
etbsa-trackermap-mobile-d7790a50599f94422df6851d240e3993fb71aab7.tar.bz2
etbsa-trackermap-mobile-d7790a50599f94422df6851d240e3993fb71aab7.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.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts
index 1ef895a..d4869fc 100644
--- a/androidApp/build.gradle.kts
+++ b/androidApp/build.gradle.kts
@@ -44,9 +44,9 @@ val googleImplementation by configurations
dependencies {
implementation(project(":shared"))
- implementation("com.google.android.material:material:1.5.0")
+ implementation("com.google.android.material:material:1.6.0")
implementation("androidx.appcompat:appcompat:1.4.1")
- implementation("androidx.constraintlayout:constraintlayout:2.1.3")
+ implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.squareup.okhttp3:okhttp:4.9.1")
implementation("com.github.Zhuinden:live-event:1.2.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1")