File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies {
128
128
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version "
129
129
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version "
130
130
131
- implementation ' androidx.activity:activity-ktx:1.9.2 '
131
+ implementation ' androidx.activity:activity-ktx:1.9.3 '
132
132
implementation ' androidx.appcompat:appcompat:1.7.0'
133
133
implementation ' androidx.core:core-ktx:1.13.1'
134
134
implementation ' androidx.drawerlayout:drawerlayout:1.2.0'
@@ -170,7 +170,7 @@ dependencies {
170
170
exclude group : ' com.google.guava' , module : ' guava'
171
171
exclude group : ' org.bouncycastle' , module : ' bcprov-jdk15on'
172
172
}
173
- implementation ' com.google.guava:guava:33.3.0 -android'
173
+ implementation ' com.google.guava:guava:33.3.1 -android'
174
174
// Guava conflicts with com.google.guava:listenablefuture:1.0 pulled in by AndroidX Core
175
175
implementation ' com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
176
176
implementation ' com.takisoft.preferencex:preferencex:1.1.0'
Original file line number Diff line number Diff line change 1
1
# Thu Sep 23 01:27:10 PDT 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -all.zip
4
4
distributionPath =wrapper/dists
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments