Bimba.git

commit 6edcc0659239c743f0140da9a1c84d1abf8d4d1f

Author: Adam <git@apiote.xyz>

update dependencies

 app/build.gradle | 7 ++++---


diff --git a/app/build.gradle b/app/build.gradle
index 537d441bf3c7056410e96733f031b30fb166af97..968e035162e441f81d45c5261343931ed2380577 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,14 +37,15 @@
 dependencies {
     implementation 'androidx.core:core-ktx:1.9.0'
     implementation 'androidx.appcompat:appcompat:1.5.1'
-    implementation 'com.google.android.material:material:1.6.1'
+    implementation 'com.google.android.material:material:1.7.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
     implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
-    implementation 'androidx.navigation:navigation-fragment-ktx:2.5.2'
-    implementation 'androidx.navigation:navigation-ui-ktx:2.5.2'
+    implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
+    implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
     implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+    implementation 'androidx.core:core-splashscreen:1.0.0'
     implementation 'com.google.openlocationcode:openlocationcode:1.0.4'
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'