Skip to content

Commit 2b3595e

Browse files
Update all dependencies
1 parent f847577 commit 2b3595e

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Validate Gradle Wrapper
24-
uses: gradle/wrapper-validation-action@v2
24+
uses: gradle/wrapper-validation-action@v3
2525

2626
- name: Setup JDK
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
distribution: 'zulu'
3030
java-version: 17

gradle/libs.versions.toml

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

1515
[versions]
16-
accompanist = "0.32.0"
16+
accompanist = "0.37.3"
1717
activity = "1.10.1"
18-
agp = "8.9.3"
19-
benchmarkMacroJunit4 = "1.3.4"
20-
baselineprofile = "1.3.4"
21-
camera = "1.5.0-beta01"
18+
agp = "8.12.1"
19+
benchmarkMacroJunit4 = "1.4.0"
20+
baselineprofile = "1.4.0"
21+
camera = "1.5.0-SNAPSHOT"
2222
camera-effects = "1.4.2"
23-
camera-media-effect = "1.0.0-alpha03"
23+
camera-media-effect = "1.0.0-SNAPSHOT"
2424
coil = "2.7.0"
25-
compose = "1.9.0-alpha03"
26-
compose_bom = "2025.05.01"
25+
compose = "1.9.0"
26+
compose_bom = "2025.08.00"
2727
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
28-
concurrent = "1.2.0"
29-
core = "1.16.0"
28+
concurrent = "1.3.0"
29+
core = "1.17.0"
3030
core-performance = "1.0.0"
3131
core-splashscreen = "1.0.1"
32-
espresso = "3.6.1"
33-
firebaseBoM = "33.14.0"
34-
googleGmsGoogleServices = "4.4.2"
32+
espresso = "3.7.0"
33+
firebaseBoM = "34.1.0"
34+
googleGmsGoogleServices = "4.4.3"
3535
download = "5.6.0"
3636
graphics = "1.0.1"
37-
hilt = "2.56.1"
37+
hilt = "2.57.1"
3838
hiltNavigationCompose = "1.2.0"
3939
junit = "4.13.2"
40-
kotlin = "2.1.10"
41-
kotlinxSerializationJson = "1.8.1"
42-
ksp = "2.1.10-1.0.30"
43-
lifecycle = "2.9.0"
40+
kotlin = "2.2.10"
41+
kotlinxSerializationJson = "1.9.0"
42+
ksp = "2.2.10-2.0.2"
43+
lifecycle = "2.9.2"
4444
lifecycle-viewmodel = "1.0.0-SNAPSHOT"
45-
android-material3 = "1.13.0-alpha13"
46-
material3 = "1.4.0-alpha15"
47-
material3-adaptive-navigation-suite = "1.4.0-alpha15"
45+
android-material3 = "1.13.0-rc01"
46+
material3 = "1.4.0-SNAPSHOT"
47+
material3-adaptive-navigation-suite = "1.4.0-SNAPSHOT"
4848
material3-adaptive-navigation3 = "1.0.0-SNAPSHOT"
49-
media3 = "1.5.0"
50-
media3-ui-compose = "1.7.1"
51-
navigation3 = "1.0.0-alpha01"
49+
media3 = "1.8.0"
50+
media3-ui-compose = "1.8.0"
51+
navigation3 = "1.0.0-SNAPSHOT"
5252
profileinstaller = "1.4.1"
53-
room = "2.7.1"
54-
spotless = "7.0.2"
55-
test = "1.2.1"
56-
truth = "1.1.3"
57-
turbine = "1.0.0"
53+
room = "2.7.2"
54+
spotless = "7.2.1"
55+
test = "1.3.0"
56+
truth = "1.4.4"
57+
turbine = "1.2.1"
5858
uiautomator = "2.3.0"
5959
window = "1.4.0"
6060
glance = "1.1.1"
6161
secrets = "2.0.1"
6262
generativeai = "0.9.0"
6363
visionCommon = "17.3.0"
6464
segmentationSelfie = "16.0.0-beta6"
65-
litert = "1.3.0"
66-
datastore = "1.1.4"
65+
litert = "1.4.0"
66+
datastore = "1.1.7"
6767

6868

6969

@@ -138,7 +138,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
138138
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
139139
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
140140
window = { group = "androidx.window", name = "window", version.ref = "window" }
141-
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts
141+
ktlint = "com.pinterest.ktlint:ktlint-cli:1.7.1" # Used in build.gradle.kts
142142
generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai" }
143143
datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" }
144144
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBoM" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Dec 08 17:47:03 JST 2022
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-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)