Skip to content

Commit d7c9aee

Browse files
Update all dependencies
1 parent eddfdb2 commit d7c9aee

6 files changed

Lines changed: 234 additions & 162 deletions

File tree

.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: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,53 +13,53 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
accompanist = "0.32.0"
17-
activity = "1.9.3"
18-
agp = "8.8.0"
19-
benchmarkMacroJunit4 = "1.3.3"
20-
baselineprofile = "1.3.3"
21-
camera = "1.5.0-alpha06"
22-
cameraMediaEffect = "1.0.0-alpha01"
23-
cameraEffects = "1.4.1"
24-
coil = "2.4.0"
25-
compose_bom = "2024.11.00"
16+
accompanist = "0.37.3"
17+
activity = "1.10.1"
18+
agp = "8.10.1"
19+
benchmarkMacroJunit4 = "1.3.4"
20+
baselineprofile = "1.3.4"
21+
camera = "1.5.0-beta01"
22+
cameraMediaEffect = "1.0.0-alpha03"
23+
cameraEffects = "1.4.2"
24+
coil = "2.7.0"
25+
compose_bom = "2025.05.01"
2626
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
2727
concurrent = "1.2.0"
28-
core = "1.15.0"
28+
core = "1.16.0"
2929
core-performance = "1.0.0"
3030
core-splashscreen = "1.0.1"
3131
espresso = "3.6.1"
3232
download = "5.6.0"
3333
graphics = "1.0.1"
34-
hilt = "2.49"
34+
hilt = "2.56.2"
3535
hiltNavigationCompose = "1.2.0"
3636
junit = "4.13.2"
37-
kotlin = "2.0.0"
38-
kotlinxSerializationJson = "1.7.3"
39-
ksp = "2.0.0-1.0.21"
40-
lifecycle = "2.8.7"
41-
android-material3 = "1.13.0-alpha11"
42-
material3 = "1.3.1"
43-
media3 = "1.5.0" # Using this version until CameraX is compatible with 1.6
44-
navigation = "2.8.5"
37+
kotlin = "2.1.21"
38+
kotlinxSerializationJson = "1.8.1"
39+
ksp = "2.1.21-2.0.1"
40+
lifecycle = "2.9.0"
41+
android-material3 = "1.13.0-alpha13"
42+
material3 = "1.3.2"
43+
media3 = "1.7.1" # Using this version until CameraX is compatible with 1.6
44+
navigation = "2.9.0"
4545
profileinstaller = "1.4.1"
46-
room = "2.6.1"
47-
spotless = "6.24.0"
46+
room = "2.7.1"
47+
spotless = "7.0.4"
4848
test = "1.2.1"
49-
truth = "1.1.3"
50-
turbine = "1.0.0"
49+
truth = "1.4.4"
50+
turbine = "1.2.0"
5151
uiautomator = "2.3.0"
52-
window = "1.3.0"
53-
material3-adaptive-navigation-suite = "1.3.1"
52+
window = "1.4.0"
53+
material3-adaptive-navigation-suite = "1.3.2"
5454
glance = "1.1.1"
5555
secrets = "2.0.1"
5656
generativeai = "0.9.0"
57-
datastore = "1.1.1"
57+
datastore = "1.1.7"
5858
visionCommon = "17.3.0"
5959
segmentationSelfie = "16.0.0-beta6"
60-
litertSupportApi = "1.2.0"
61-
litert = "1.2.0"
62-
litertGpu = "1.2.0"
60+
litertSupportApi = "1.3.0"
61+
litert = "1.3.0"
62+
litertGpu = "1.3.0"
6363

6464
[libraries]
6565
accompanist-painter = { group = "com.google.accompanist", name = "accompanist-drawablepainter", version.ref = "accompanist" }
@@ -122,7 +122,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
122122
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
123123
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
124124
window = { group = "androidx.window", name = "window", version.ref = "window" }
125-
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts
125+
ktlint = "com.pinterest.ktlint:ktlint-cli:1.6.0" # Used in build.gradle.kts
126126
generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"}
127127
datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"}
128128
vision-common = { group = "com.google.mlkit", name = "vision-common", version.ref = "visionCommon" }

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

0 commit comments

Comments
 (0)