Skip to content

Commit b95ecb0

Browse files
Update all dependencies
1 parent a75d875 commit b95ecb0

File tree

7 files changed

+58
-58
lines changed

7 files changed

+58
-58
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Validate Gradle Wrapper
22-
uses: gradle/wrapper-validation-action@v1
22+
uses: gradle/wrapper-validation-action@v3
2323

2424
- name: Copy CI gradle.properties
2525
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
2626

2727
- name: Set up JDK 17
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'zulu'
3131
java-version: 17
3232

3333
- name: Setup Gradle
34-
uses: gradle/gradle-build-action@v2
34+
uses: gradle/gradle-build-action@v3
3535

3636
- name: Check spotless
3737
run: ./gradlew spotlessCheck --init-script gradle/spotless-init.gradle.kts --no-configuration-cache

.github/workflows/issues-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v3
10+
- uses: actions/stale@v9
1111
with:
1212
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1313
days-before-stale: 30

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
alias(libs.plugins.android.application)
1919
alias(libs.plugins.kotlin.android)
2020
alias(libs.plugins.kotlin.compose)
21-
kotlin("plugin.serialization") version "2.1.10"
21+
kotlin("plugin.serialization") version "2.1.21"
2222
}
2323

2424
android {

gradle/libs.versions.toml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -14,51 +14,51 @@
1414
# limitations under the License.
1515
#
1616
[versions]
17-
agp = "8.9.1"
17+
agp = "8.10.0"
1818
fragmentCompose = "1.8.6"
19-
kotlin = "2.1.10"
20-
coreKtx = "1.15.0"
19+
kotlin = "2.1.21"
20+
coreKtx = "1.16.0"
2121
junit = "4.13.2"
2222
junitVersion = "1.2.1"
2323
espressoCore = "3.6.1"
24-
kotlinxSerializationJson = "1.8.0"
25-
lifecycleRuntimeKtx = "2.8.7"
26-
activityCompose = "1.10.0"
27-
composeBom = "2025.02.00"
24+
kotlinxSerializationJson = "1.8.1"
25+
lifecycleRuntimeKtx = "2.9.0"
26+
activityCompose = "1.10.1"
27+
composeBom = "2025.05.00"
2828
appcompat = "1.7.0"
2929
material = "1.12.0"
30-
coil = "2.4.0"
31-
navigationCompose = "2.8.7"
32-
coroutines = "1.7.3"
33-
play-services-location = "21.1.0"
30+
coil = "2.7.0"
31+
navigationCompose = "2.9.0"
32+
coroutines = "1.10.2"
33+
play-services-location = "21.3.0"
3434

35-
accompanist = "0.32.0"
36-
androidx-datastore = "1.0.0"
37-
androidx-navigation = "2.7.7"
38-
androidx-window = "1.4.0-rc01"
35+
accompanist = "0.37.3"
36+
androidx-datastore = "1.1.6"
37+
androidx-navigation = "2.9.0"
38+
androidx-window = "1.4.0-rc02"
3939
casa = "0.5.1"
40-
gradleDownloadTask = "4.1.2"
41-
ksp = "1.9.22-1.0.17"
40+
gradleDownloadTask = "5.6.0"
41+
ksp = "2.1.21-2.0.1"
4242
composeCompiler = "1.5.9"
43-
hilt = "2.48.1"
43+
hilt = "2.56.2"
4444
kotlin-serialization = "1.8.0"
4545
ktlint = "0.48.1"
4646
junit4 = "4.13.2"
47-
androidxEspresso = "3.5.1"
48-
androidxTestCore = "1.5.0"
49-
androidxTestExtJunit = "1.1.5"
50-
androidxTestExtTruth = "1.5.0"
51-
androidxTestRules = "1.5.0"
52-
androidxTestRunner = "1.5.2"
53-
androidxUiAutomator = "2.2.0"
47+
androidxEspresso = "3.6.1"
48+
androidxTestCore = "1.6.1"
49+
androidxTestExtJunit = "1.2.1"
50+
androidxTestExtTruth = "1.6.0"
51+
androidxTestRules = "1.6.1"
52+
androidxTestRunner = "1.6.2"
53+
androidxUiAutomator = "2.3.0"
5454
material3Android = "1.3.2"
55-
media3 = "1.5.0"
56-
constraintlayout = "2.1.4"
55+
media3 = "1.7.1"
56+
constraintlayout = "2.2.1"
5757
glide-compose = "1.0.0-beta01"
58-
glance = "1.1.0"
59-
tensorflowLite = "2.9.0"
58+
glance = "1.1.1"
59+
tensorflowLite = "2.17.0"
6060
tensorflowLiteGpuDelegatePlugin = "0.4.4"
61-
tensorflowLiteSupport = "0.4.2"
61+
tensorflowLiteSupport = "0.5.0"
6262

6363
[libraries]
6464
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -93,18 +93,18 @@ play-services-location = { module = "com.google.android.gms:play-services-locati
9393
# Core dependencies
9494
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
9595

96-
androidx-activity = "androidx.activity:activity-ktx:1.10.0"
96+
androidx-activity = "androidx.activity:activity-ktx:1.10.1"
9797

98-
androidx-core = "androidx.core:core-ktx:1.12.0"
99-
androidx-exifinterface = "androidx.exifinterface:exifinterface:1.3.7"
98+
androidx-core = "androidx.core:core-ktx:1.16.0"
99+
androidx-exifinterface = "androidx.exifinterface:exifinterface:1.4.1"
100100
# Fragment 1.7.0 alpha and Transition 1.5.0 alpha are required for predictive back to work with Fragments and transitions
101-
androidx-fragment = "androidx.fragment:fragment-ktx:1.7.0-alpha10"
102-
androidx-transition = "androidx.transition:transition-ktx:1.5.0-alpha06"
101+
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.6"
102+
androidx-transition = "androidx.transition:transition-ktx:1.6.0"
103103
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidx-navigation" }
104104
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidx-navigation" }
105105
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "androidx-navigation" }
106-
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
107-
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.0.0"
106+
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0"
107+
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.1.0"
108108
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
109109
casa-base = { module = "com.google.android.catalog.framework:casa-base", version.ref = "casa" }
110110
casa-processor = { module = "com.google.android.catalog.framework:casa-processor", version.ref = "casa" }
@@ -144,35 +144,35 @@ androidx-test-runner = { group = "androidx.test", name = "runner", version.ref =
144144
androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidxUiAutomator" }
145145
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
146146
# Sample specific dependencies
147-
lottie = "com.airbnb.android:lottie:6.0.0"
147+
lottie = "com.airbnb.android:lottie:6.6.6"
148148
rxjava2-android = 'io.reactivex.rxjava2:rxandroid:2.1.1'
149-
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.9.0"
150-
androidx-core-remoteviews = "androidx.core:core-remoteviews:1.0.0"
149+
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.1"
150+
androidx-core-remoteviews = "androidx.core:core-remoteviews:1.1.0"
151151
androidx-glance-appwidget = {group = "androidx.glance", name = "glance-appwidget", version.ref = "glance"}
152152
androidx-glance-preview = {group = "androidx.glance", name = "glance-preview", version.ref = "glance"}
153153
androidx-glance-appwidget-preview = {group = "androidx.glance", name = "glance-appwidget-preview", version.ref = "glance"}
154154
androidx-glance-material3 = {group = "androidx.glance", name = "glance-material3", version.ref = "glance"}
155-
androidx-graphics-core = { group = "androidx.graphics", name = "graphics-core", version = "1.0.0-beta01" }
156-
androidx-startup = 'androidx.startup:startup-runtime:1.1.1'
155+
androidx-graphics-core = { group = "androidx.graphics", name = "graphics-core", version = "1.0.3" }
156+
androidx-startup = 'androidx.startup:startup-runtime:1.2.0'
157157
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
158158
androidx-window-java = { module = "androidx.window:window-java", version.ref = "androidx-window" }
159159
androidx-window-rxjava2 = { module = "androidx.window:window-rxjava2", version.ref = "androidx-window" }
160160
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window" }
161161
androidx-media = "androidx.media:media:1.7.0"
162-
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
162+
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
163163
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
164164
androidx-draganddrop = "androidx.draganddrop:draganddrop:1.0.0"
165-
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
165+
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.1.0"
166166
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
167167
androidx-media3-common = { module = "androidx.media3:media3-common", version.ref = "media3" }
168168
androidx-media3-effect = { module = "androidx.media3:media3-effect", version.ref = "media3" }
169169
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }
170170
androidx-media3-transformer = { module = "androidx.media3:media3-transformer", version.ref = "media3" }
171171
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "media3" }
172172

173-
fresco = "com.facebook.fresco:fresco:3.0.0"
173+
fresco = "com.facebook.fresco:fresco:3.6.0"
174174
fresco-nativeimagetranscoder = "com.facebook.fresco:nativeimagetranscoder:2.6.0!!"
175-
glide = "com.github.bumptech.glide:glide:4.15.1"
175+
glide = "com.github.bumptech.glide:glide:4.16.0"
176176
glide-compose = { group = "com.github.bumptech.glide", name = "compose", version.ref = "glide-compose" }
177177
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
178178
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
@@ -189,9 +189,9 @@ kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "ko
189189
android-library = { id = "com.android.library", version.ref = "agp" }
190190
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
191191

192-
affectedmoduledetector = { id = "com.dropbox.affectedmoduledetector", version = "0.2.0" }
193-
versionCatalogUpdate = { id = "nl.littlerobots.version-catalog-update", version = "0.7.0" }
194-
benManesVersions = { id = "com.github.ben-manes.versions", version = "0.44.0" }
192+
affectedmoduledetector = { id = "com.dropbox.affectedmoduledetector", version = "0.5.0" }
193+
versionCatalogUpdate = { id = "nl.littlerobots.version-catalog-update", version = "1.0.0" }
194+
benManesVersions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
195195
android-test = { id = "com.android.test", version.ref = "agp" }
196196
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
197197
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

gradle/spotless-init.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
val ktlintVersion = "0.48.1"
1818

1919
initscript {
20-
val spotlessVersion = "6.13.0"
20+
val spotlessVersion = "7.0.3"
2121

2222
repositories {
2323
mavenCentral()

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/connectivity/telecom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation("androidx.core:core-telecom:1.0.0-alpha02")
42+
implementation("androidx.core:core-telecom:1.0.0")
4343
implementation(project(mapOf("path" to ":samples:connectivity:audio")))
4444

4545
implementation(libs.androidx.activity.compose)

0 commit comments

Comments
 (0)