Skip to content

Commit 19403e5

Browse files
authored
Auto-update dependencies. (#296)
1 parent ae59369 commit 19403e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
dependencies {
4242
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
43-
implementation(platform("com.google.firebase:firebase-bom:34.15.0"))
43+
implementation(platform("com.google.firebase:firebase-bom:34.16.0"))
4444

4545
// Firestore
4646
implementation("com.google.firebase:firebase-firestore")
@@ -71,5 +71,5 @@ dependencies {
7171

7272
// Third-party libraries
7373
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")
74-
implementation("com.github.bumptech.glide:glide:5.0.7")
74+
implementation("com.github.bumptech.glide:glide:5.0.9")
7575
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)