Skip to content

Commit 99d153a

Browse files
Update all dependencies
1 parent 314f495 commit 99d153a

File tree

6 files changed

+220
-148
lines changed

6 files changed

+220
-148
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Validate Gradle Wrapper
21-
uses: gradle/wrapper-validation-action@v2
21+
uses: gradle/wrapper-validation-action@v3
2222

2323
- name: Setup JDK
2424
uses: actions/setup-java@v4

gradle/libs.versions.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,45 +13,45 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
accompanist = "0.32.0"
17-
activity = "1.9.3"
18-
agp = "8.7.3"
19-
benchmarkMacroJunit4 = "1.3.3"
20-
baselineprofile = "1.3.3"
21-
camera = "1.5.0-alpha05"
22-
coil = "2.4.0"
23-
compose_bom = "2024.11.00"
16+
accompanist = "0.37.2"
17+
activity = "1.10.1"
18+
agp = "8.9.1"
19+
benchmarkMacroJunit4 = "1.3.4"
20+
baselineprofile = "1.3.4"
21+
camera = "1.5.0-alpha06"
22+
coil = "2.7.0"
23+
compose_bom = "2025.03.01"
2424
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
2525
concurrent = "1.2.0"
2626
core = "1.15.0"
2727
core-performance = "1.0.0"
2828
core-splashscreen = "1.0.1"
2929
espresso = "3.6.1"
3030
graphics = "1.0.1"
31-
hilt = "2.49"
31+
hilt = "2.56.1"
3232
hiltNavigationCompose = "1.2.0"
3333
junit = "4.13.2"
34-
kotlin = "2.0.0"
35-
kotlinxSerializationJson = "1.7.3"
36-
ksp = "2.0.0-1.0.21"
34+
kotlin = "2.1.20"
35+
kotlinxSerializationJson = "1.8.0"
36+
ksp = "2.1.20-1.0.32"
3737
lifecycle = "2.8.7"
38-
android-material3 = "1.13.0-alpha11"
38+
android-material3 = "1.13.0-alpha12"
3939
material3 = "1.3.1"
40-
media3 = "1.4.0-rc01"
41-
navigation = "2.8.5"
40+
media3 = "1.6.0"
41+
navigation = "2.8.9"
4242
profileinstaller = "1.4.1"
4343
room = "2.6.1"
44-
spotless = "6.24.0"
44+
spotless = "7.0.2"
4545
test = "1.2.1"
46-
truth = "1.1.3"
47-
turbine = "1.0.0"
46+
truth = "1.4.4"
47+
turbine = "1.2.0"
4848
uiautomator = "2.3.0"
4949
window = "1.3.0"
5050
material3-adaptive-navigation-suite = "1.3.1"
5151
glance = "1.1.1"
5252
secrets = "2.0.1"
5353
generativeai = "0.9.0"
54-
datastore = "1.1.1"
54+
datastore = "1.1.4"
5555

5656

5757
[libraries]
@@ -113,7 +113,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
113113
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
114114
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
115115
window = { group = "androidx.window", name = "window", version.ref = "window" }
116-
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts
116+
ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0" # Used in build.gradle.kts
117117
generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"}
118118
datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"}
119119

gradle/wrapper/gradle-wrapper.jar

-15.1 KB
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Thu Dec 08 17:47:03 JST 2022
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)