Skip to content

Commit 784bd2c

Browse files
Update all dependencies
1 parent a506e60 commit 784bd2c

File tree

6 files changed

+213
-140
lines changed

6 files changed

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

1515
[versions]
16-
accompanist = "0.32.0"
16+
accompanist = "0.36.0"
1717
activity = "1.9.3"
1818
agp = "8.7.3"
1919
benchmarkMacroJunit4 = "1.3.3"
2020
baselineprofile = "1.3.3"
21-
camera = "1.4.0"
21+
camera = "1.4.1"
2222
cameraViewfinderCompose = "1.0.0-SNAPSHOT"
23-
coil = "2.4.0"
24-
compose_bom = "2024.11.00"
23+
coil = "2.7.0"
24+
compose_bom = "2024.12.01"
2525
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
2626
compose-foundation = "1.6.0-beta03"
2727
concurrent = "1.2.0"
@@ -30,22 +30,22 @@ core-performance = "1.0.0"
3030
core-splashscreen = "1.0.1"
3131
espresso = "3.6.1"
3232
graphics = "1.0.1"
33-
hilt = "2.49"
33+
hilt = "2.53.1"
3434
hiltNavigationCompose = "1.2.0"
3535
junit = "4.13.2"
36-
kotlin = "2.0.0"
36+
kotlin = "2.1.0"
3737
kotlinxSerializationJson = "1.7.3"
38-
ksp = "2.0.0-1.0.21"
38+
ksp = "2.1.0-1.0.29"
3939
lifecycle = "2.8.7"
4040
material3 = "1.3.1"
41-
media3 = "1.4.0-rc01"
41+
media3 = "1.5.0"
4242
navigation = "2.8.5"
4343
profileinstaller = "1.4.1"
4444
room = "2.6.1"
45-
spotless = "6.24.0"
45+
spotless = "6.25.0"
4646
test = "1.2.1"
47-
truth = "1.1.3"
48-
turbine = "1.0.0"
47+
truth = "1.4.4"
48+
turbine = "1.2.0"
4949
uiautomator = "2.3.0"
5050
window = "1.3.0"
5151
material3-adaptive-navigation-suite = "1.3.1"
@@ -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.3 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.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)