diff --git a/Complications/gradle/libs.versions.toml b/Complications/gradle/libs.versions.toml index dfbe084aa..7102fe7aa 100644 --- a/Complications/gradle/libs.versions.toml +++ b/Complications/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-wear-watchface = "1.2.1" org-jetbrains-kotlin = "1.9.25" diff --git a/ComposeStarter/gradle/libs.versions.toml b/ComposeStarter/gradle/libs.versions.toml index 974fdbb62..f98976ad2 100644 --- a/ComposeStarter/gradle/libs.versions.toml +++ b/ComposeStarter/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +androidx-compose-bom = "2024.09.03" androidx-wear-compose = "1.4.0" compose-compiler = "1.5.15" compose-ui-tooling = "1.4.0" @@ -9,9 +9,9 @@ horologist = "0.6.20" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.25" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.28.0" +ui-test-junit4 = "1.7.3" +ui-test-manifest = "1.7.3" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } diff --git a/DataLayer/gradle/libs.versions.toml b/DataLayer/gradle/libs.versions.toml index 53cfc0ef1..38863007f 100644 --- a/DataLayer/gradle/libs.versions.toml +++ b/DataLayer/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +androidx-compose-bom = "2024.09.03" # do not bump to 2.8.0 until bumping to beta version of Compose androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" @@ -12,15 +12,15 @@ org-jetbrains-kotlinx = "1.9.0" horologist = "0.6.20" compose-ui-tooling = "1.4.0" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.28.0" +ui-test-junit4 = "1.7.3" +ui-test-manifest = "1.7.3" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" } androidx-core-ktx = "androidx.core:core-ktx:1.13.1" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.3" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4" androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } diff --git a/WatchFaceFormat/Complications/build.gradle.kts b/WatchFaceFormat/Complications/build.gradle.kts index c77a35442..40862b565 100644 --- a/WatchFaceFormat/Complications/build.gradle.kts +++ b/WatchFaceFormat/Complications/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/Flavors/build.gradle.kts b/WatchFaceFormat/Flavors/build.gradle.kts index c77a35442..40862b565 100644 --- a/WatchFaceFormat/Flavors/build.gradle.kts +++ b/WatchFaceFormat/Flavors/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/SimpleAnalog/build.gradle.kts b/WatchFaceFormat/SimpleAnalog/build.gradle.kts index c77a35442..40862b565 100644 --- a/WatchFaceFormat/SimpleAnalog/build.gradle.kts +++ b/WatchFaceFormat/SimpleAnalog/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/SimpleDigital/build.gradle.kts b/WatchFaceFormat/SimpleDigital/build.gradle.kts index c77a35442..40862b565 100644 --- a/WatchFaceFormat/SimpleDigital/build.gradle.kts +++ b/WatchFaceFormat/SimpleDigital/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false } \ No newline at end of file diff --git a/WatchFaceFormat/Weather/build.gradle.kts b/WatchFaceFormat/Weather/build.gradle.kts index c77a35442..40862b565 100644 --- a/WatchFaceFormat/Weather/build.gradle.kts +++ b/WatchFaceFormat/Weather/build.gradle.kts @@ -14,5 +14,5 @@ * limitations under the License. */ plugins { - id("com.android.application") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false } \ No newline at end of file diff --git a/WatchFaceKotlin/gradle/libs.versions.toml b/WatchFaceKotlin/gradle/libs.versions.toml index c017bfd80..fe9074929 100644 --- a/WatchFaceKotlin/gradle/libs.versions.toml +++ b/WatchFaceKotlin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-activity = "1.9.2" androidx-lifecycle = "2.8.6" androidx-test = "1.4.0" @@ -12,11 +12,11 @@ org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.9.0" [libraries] -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0" android-material = "com.google.android.material:material:1.12.0" androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" } androidx-core-ktx = "androidx.core:core-ktx:1.13.1" -androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.6.1" +androidx-databinding-viewbinding = "androidx.databinding:viewbinding:8.7.0" androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } androidx-wear = "androidx.wear:wear:1.3.0" diff --git a/WearOAuth/gradle/libs.versions.toml b/WearOAuth/gradle/libs.versions.toml index 6f1172fca..1dc6c3f51 100644 --- a/WearOAuth/gradle/libs.versions.toml +++ b/WearOAuth/gradle/libs.versions.toml @@ -1,33 +1,33 @@ [versions] -android-gradle-plugin = "8.6.1" -androidx-compose-bom = "2024.09.02" +android-gradle-plugin = "8.7.0" +androidx-compose-bom = "2024.09.03" androidx-activity = "1.9.2" androidx-lifecycle = "2.8.6" androidx-test = "1.5.2" androidx-wear-compose = "1.4.0" -compose = "1.7.2" +compose = "1.7.3" compose-compiler = "1.5.15" org-jetbrains-kotlin = "1.9.25" org-jetbrains-kotlinx = "1.9.0" ktlint = "0.50.0" horologist = "0.6.20" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" +roborazzi = "1.28.0" +ui-test-junit4 = "1.7.3" [libraries] android-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" } android-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.1.2" -android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" +android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0" android-material = "com.google.android.material:material:1.12.0" -android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" +android-tools-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" } androidx-appcompat = "androidx.appcompat:appcompat:1.7.0" androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" } androidx-core-ktx = "androidx.core:core-ktx:1.13.1" -androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.3" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.4" androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" } androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } diff --git a/WearSpeakerSample/gradle/libs.versions.toml b/WearSpeakerSample/gradle/libs.versions.toml index b0d26a813..481c22735 100644 --- a/WearSpeakerSample/gradle/libs.versions.toml +++ b/WearSpeakerSample/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-activity = "1.9.2" -androidx-compose-bom = "2024.09.02" +androidx-compose-bom = "2024.09.03" androidx-media3 = "1.4.1" androidx-wear-compose = "1.4.0" compose-compiler = "1.5.15" @@ -9,9 +9,9 @@ compose-ui-tooling = "1.4.0" ktlint = "0.50.0" org-jetbrains-kotlin = "1.9.25" robolectric = "4.13" -roborazzi = "1.26.0" -ui-test-junit4 = "1.7.2" -ui-test-manifest = "1.7.2" +roborazzi = "1.28.0" +ui-test-junit4 = "1.7.3" +ui-test-manifest = "1.7.3" horologist = "0.6.20" [libraries] diff --git a/WearTilesKotlin/gradle/libs.versions.toml b/WearTilesKotlin/gradle/libs.versions.toml index 1b8cf6251..f79beff40 100644 --- a/WearTilesKotlin/gradle/libs.versions.toml +++ b/WearTilesKotlin/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -android-gradle-plugin = "8.6.1" +android-gradle-plugin = "8.7.0" androidx-wear-tiles = "1.4.0" androidx-wear-tooling-preview = "1.0.0" -compose = "1.7.2" +compose = "1.7.3" compose-compiler = "1.5.15" horologist = "0.6.20" ktlint = "0.50.0"