Skip to content

Commit e95894e

Browse files
committed
Build: Update dependencies
1 parent ed5b7ed commit e95894e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies {
128128
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version"
129129
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
130130

131-
implementation 'androidx.activity:activity-ktx:1.9.2'
131+
implementation 'androidx.activity:activity-ktx:1.9.3'
132132
implementation 'androidx.appcompat:appcompat:1.7.0'
133133
implementation 'androidx.core:core-ktx:1.13.1'
134134
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
@@ -170,7 +170,7 @@ dependencies {
170170
exclude group: 'com.google.guava', module: 'guava'
171171
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15on'
172172
}
173-
implementation 'com.google.guava:guava:33.3.0-android'
173+
implementation 'com.google.guava:guava:33.3.1-android'
174174
// Guava conflicts with com.google.guava:listenablefuture:1.0 pulled in by AndroidX Core
175175
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
176176
implementation 'com.takisoft.preferencex:preferencex:1.1.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 23 01:27:10 PDT 2021
22
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
44
distributionPath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)