Skip to content

Commit c56e2f5

Browse files
build: Update Gradle and dependencies
- Upgraded Gradle to 9.0.0. - Updated Android Gradle Plugin to 8.12.0. - Updated Firebase BOM to 34.0.0. - Updated Firebase Crashlytics plugin to 3.0.5. - Upgraded `workRuntimeKtx` to version 2.10.3.
1 parent 0faabe5 commit c56e2f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "8.11.1"
2+
agp = "8.12.0"
33
appcompat = "1.7.1"
4-
firebaseBom = "33.16.0"
4+
firebaseBom = "34.0.0"
55
kotlin = "2.2.0"
6-
google-firebase-crashlytics = "3.0.4"
6+
google-firebase-crashlytics = "3.0.5"
77
google-services = "4.4.3"
88
multidex = "2.0.1"
9-
workRuntimeKtx = "2.10.2"
9+
workRuntimeKtx = "2.10.3"
1010

1111
[libraries]
1212
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jul 18 00:45:46 EEST 2025
1+
#Sat Aug 02 09:48:21 EEST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)