Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions .github/workflows/test-snapshot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Update dependencies
run: ./scripts/updateDeps.sh
- name: Duplicate version configuration
run: ./scripts/duplicate_version_config.sh
- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v7
Expand Down
28 changes: 12 additions & 16 deletions JetLagged/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
#####
# This file is duplicated to individual samples from the global scripts/libs.versions.toml
# Do not add a dependency to an individual sample, edit the global version instead.
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.13.0-alpha13"
androidGradlePlugin = "8.10.0"
android-material3 = "1.14.0-alpha01"
androidGradlePlugin = "8.10.1"
androidx-activity-compose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2025.05.00"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2025.06.00"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.16.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.9.0"
androidx-lifecycle-runtime-compose = "2.9.0"
androidx-lifecycle-compose = "2.9.1"
androidx-lifecycle-runtime-compose = "2.9.1"
androidx-navigation = "2.9.0"
androidx-palette = "1.0.0"
androidx-test = "1.6.1"
Expand All @@ -25,7 +21,7 @@ androidx-test-ext-truth = "1.6.0"
androidx-tv-foundation = "1.0.0-alpha12"
androidx-tv-material = "1.0.0"
androidx-wear-compose = "1.4.1"
androidx-window = "1.3.0"
androidx-window = "1.4.0"
androidxHiltNavigationCompose = "1.2.0"
androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
Expand All @@ -39,21 +35,21 @@ hiltExt = "1.2.0"
horologist = "0.6.23"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.21"
kotlinx-serialization-json = "1.8.1"
kotlinx_immutable = "0.3.8"
ksp = "2.1.20-2.0.1"
kotlinx_immutable = "0.4.0"
ksp = "2.1.21-2.0.2"
maps-compose = "6.6.0"
# @keep
minSdk = "21"
okhttp = "4.12.0"
play-services-wearable = "19.0.0"
robolectric = "4.14.1"
roborazzi = "1.43.1"
roborazzi = "1.44.0"
rome = "2.1.0"
room = "2.7.1"
secrets = "2.0.1"
spotless = "7.0.3"
spotless = "7.0.4"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.0"
Expand Down
24 changes: 12 additions & 12 deletions JetNews/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.13.0-alpha13"
androidGradlePlugin = "8.10.0"
android-material3 = "1.14.0-alpha01"
androidGradlePlugin = "8.10.1"
androidx-activity-compose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2025.05.00"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2025.06.00"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.16.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.9.0"
androidx-lifecycle-runtime-compose = "2.9.0"
androidx-lifecycle-compose = "2.9.1"
androidx-lifecycle-runtime-compose = "2.9.1"
androidx-navigation = "2.9.0"
androidx-palette = "1.0.0"
androidx-test = "1.6.1"
Expand All @@ -25,7 +25,7 @@ androidx-test-ext-truth = "1.6.0"
androidx-tv-foundation = "1.0.0-alpha12"
androidx-tv-material = "1.0.0"
androidx-wear-compose = "1.4.1"
androidx-window = "1.3.0"
androidx-window = "1.4.0"
androidxHiltNavigationCompose = "1.2.0"
androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
Expand All @@ -39,21 +39,21 @@ hiltExt = "1.2.0"
horologist = "0.6.23"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.21"
kotlinx-serialization-json = "1.8.1"
kotlinx_immutable = "0.3.8"
ksp = "2.1.20-2.0.1"
kotlinx_immutable = "0.4.0"
ksp = "2.1.21-2.0.2"
maps-compose = "6.6.0"
# @keep
minSdk = "21"
okhttp = "4.12.0"
play-services-wearable = "19.0.0"
robolectric = "4.14.1"
roborazzi = "1.43.1"
roborazzi = "1.44.0"
rome = "2.1.0"
room = "2.7.1"
secrets = "2.0.1"
spotless = "7.0.3"
spotless = "7.0.4"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.0"
Expand Down
30 changes: 15 additions & 15 deletions Jetcaster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.13.0-alpha13"
androidGradlePlugin = "8.10.0"
android-material3 = "1.13.0-alpha14"
androidGradlePlugin = "8.10.1"
androidx-activity-compose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2025.05.00"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2025.06.00"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.16.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.9.0"
androidx-lifecycle-runtime-compose = "2.9.0"
androidx-lifecycle-compose = "2.9.1"
androidx-lifecycle-runtime-compose = "2.9.1"
androidx-navigation = "2.9.0"
androidx-palette = "1.0.0"
androidx-test = "1.6.1"
Expand All @@ -24,9 +24,9 @@ androidx-test-ext-junit = "1.2.1"
androidx-test-ext-truth = "1.6.0"
androidx-tv-foundation = "1.0.0-alpha12"
androidx-tv-material = "1.0.0"
androidx-wear-compose-material3 = "1.5.0-beta01"
androidx-wear-compose = "1.5.0-beta01"
androidx-window = "1.3.0"
androidx-wear-compose-material3 = "1.5.0-beta03"
androidx-wear-compose = "1.5.0-beta03"
androidx-window = "1.4.0"
androidxHiltNavigationCompose = "1.2.0"
androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
Expand All @@ -40,22 +40,22 @@ hiltExt = "1.2.0"
horologist = "0.7.14-beta"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.21"
kotlinx-serialization-json = "1.8.1"
kotlinx_immutable = "0.3.8"
ksp = "2.1.20-2.0.1"
kotlinx_immutable = "0.4.0"
ksp = "2.1.21-2.0.2"
maps-compose = "6.6.0"
media3 = "1.6.1"
media3 = "1.7.1"
# @keep
minSdk = "21"
okhttp = "4.12.0"
play-services-wearable = "19.0.0"
robolectric = "4.14.1"
roborazzi = "1.43.1"
roborazzi = "1.44.0"
rome = "2.1.0"
room = "2.7.1"
secrets = "2.0.1"
spotless = "7.0.3"
spotless = "7.0.4"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion Jetcaster/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
24 changes: 12 additions & 12 deletions Jetchat/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.13.0-alpha13"
androidGradlePlugin = "8.10.0"
android-material3 = "1.14.0-alpha01"
androidGradlePlugin = "8.10.1"
androidx-activity-compose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2025.05.00"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2025.06.00"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.16.0"
androidx-glance = "1.1.1"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.9.0"
androidx-lifecycle-runtime-compose = "2.9.0"
androidx-lifecycle-compose = "2.9.1"
androidx-lifecycle-runtime-compose = "2.9.1"
androidx-navigation = "2.9.0"
androidx-palette = "1.0.0"
androidx-test = "1.6.1"
Expand All @@ -25,7 +25,7 @@ androidx-test-ext-truth = "1.6.0"
androidx-tv-foundation = "1.0.0-alpha12"
androidx-tv-material = "1.0.0"
androidx-wear-compose = "1.4.1"
androidx-window = "1.3.0"
androidx-window = "1.4.0"
androidxHiltNavigationCompose = "1.2.0"
androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
Expand All @@ -39,21 +39,21 @@ hiltExt = "1.2.0"
horologist = "0.6.23"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.21"
kotlinx-serialization-json = "1.8.1"
kotlinx_immutable = "0.3.8"
ksp = "2.1.20-2.0.1"
kotlinx_immutable = "0.4.0"
ksp = "2.1.21-2.0.2"
maps-compose = "6.6.0"
# @keep
minSdk = "21"
okhttp = "4.12.0"
play-services-wearable = "19.0.0"
robolectric = "4.14.1"
roborazzi = "1.43.1"
roborazzi = "1.44.0"
rome = "2.1.0"
room = "2.7.1"
secrets = "2.0.1"
spotless = "7.0.3"
spotless = "7.0.4"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.0"
Expand Down
24 changes: 12 additions & 12 deletions Jetsnack/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#####
[versions]
accompanist = "0.37.3"
android-material3 = "1.13.0-alpha13"
androidGradlePlugin = "8.10.0"
android-material3 = "1.14.0-alpha01"
androidGradlePlugin = "8.10.1"
androidx-activity-compose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-compose-bom = "2025.05.00"
androidx-appcompat = "1.7.1"
androidx-compose-bom = "2025.06.00"
androidx-constraintlayout = "1.1.1"
androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.16.0"
androidx-glance = "1.2.0-alpha01"
androidx-lifecycle = "2.8.2"
androidx-lifecycle-compose = "2.9.0"
androidx-lifecycle-runtime-compose = "2.9.0"
androidx-lifecycle-compose = "2.9.1"
androidx-lifecycle-runtime-compose = "2.9.1"
androidx-navigation = "2.9.0"
androidx-palette = "1.0.0"
androidx-test = "1.6.1"
Expand All @@ -25,7 +25,7 @@ androidx-test-ext-truth = "1.6.0"
androidx-tv-foundation = "1.0.0-alpha12"
androidx-tv-material = "1.0.0"
androidx-wear-compose = "1.4.1"
androidx-window = "1.3.0"
androidx-window = "1.4.0"
androidxHiltNavigationCompose = "1.2.0"
androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
Expand All @@ -39,21 +39,21 @@ hiltExt = "1.2.0"
horologist = "0.6.23"
jdkDesugar = "2.1.5"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.21"
kotlinx-serialization-json = "1.8.1"
kotlinx_immutable = "0.3.8"
ksp = "2.1.20-2.0.1"
kotlinx_immutable = "0.4.0"
ksp = "2.1.21-2.0.2"
maps-compose = "6.6.0"
# @keep
minSdk = "21"
okhttp = "4.12.0"
play-services-wearable = "19.0.0"
robolectric = "4.14.1"
roborazzi = "1.43.1"
roborazzi = "1.44.0"
rome = "2.1.0"
room = "2.7.1"
secrets = "2.0.1"
spotless = "7.0.3"
spotless = "7.0.4"
# @keep
targetSdk = "33"
version-catalog-update = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To update dependencies to their new stable versions, run:
./scripts/updateDeps.sh
```

To make any other manual updates to dependencies (ie add a new dependency or set an alpha version), update the `/scripts/libs.versions.toml` file with changes, and then run `duplicate_version_config.sh` to propogate the changes to all other samples. You can also update the `toml-updater-config.gradle` file with changes that need to propogate to each sample.
Any other version updates need to be made individually.

## Obsolete Sample Projects

Expand Down
Loading