Skip to content

Commit 408d52d

Browse files
Update all dependencies
1 parent cba8cb5 commit 408d52d

File tree

6 files changed

+229
-157
lines changed

6 files changed

+229
-157
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
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
2727
uses: actions/setup-java@v4

gradle/libs.versions.toml

Lines changed: 26 additions & 26 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"
18+
agp = "8.11.1"
1919
benchmarkMacroJunit4 = "1.3.4"
2020
baselineprofile = "1.3.4"
21-
camera = "1.5.0-beta01"
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-SNAPSHOT"
26+
compose_bom = "2025.07.00"
2727
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
28-
concurrent = "1.2.0"
28+
concurrent = "1.3.0"
2929
core = "1.16.0"
3030
core-performance = "1.0.0"
3131
core-splashscreen = "1.0.1"
3232
espresso = "3.6.1"
33-
firebaseBoM = "33.14.0"
34-
googleGmsGoogleServices = "4.4.2"
33+
firebaseBoM = "34.0.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"
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.0"
41+
kotlinxSerializationJson = "1.9.0"
42+
ksp = "2.2.0-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-beta01"
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"
49+
media3 = "1.7.1"
5050
media3-ui-compose = "1.7.1"
51-
navigation3 = "1.0.0-alpha01"
51+
navigation3 = "1.0.0-SNAPSHOT"
5252
profileinstaller = "1.4.1"
53-
room = "2.7.1"
54-
spotless = "7.0.2"
53+
room = "2.7.2"
54+
spotless = "7.2.1"
5555
test = "1.2.1"
56-
truth = "1.1.3"
57-
turbine = "1.0.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" }

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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)