From 4379d3a8f6d3d23e48b8fd9041d5ff6bbcff41f3 Mon Sep 17 00:00:00 2001 From: Ben Trengrove Date: Fri, 13 Dec 2024 12:22:30 +1100 Subject: [PATCH 1/4] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7b01dc573..92762cc74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.google.accompanist # !! No longer need to update this manually when using a Compose SNAPSHOT -VERSION_NAME=0.37.0 +VERSION_NAME=0.37.1-SNAPSHOT POM_DESCRIPTION=Utilities for Jetpack Compose From 24471e1e27fd51015576826736347a4c832f8ba8 Mon Sep 17 00:00:00 2001 From: Ben Trengrove Date: Thu, 20 Feb 2025 15:02:42 +1100 Subject: [PATCH 2/4] Release v0.37.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 92762cc74..8dd9f6213 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.google.accompanist # !! No longer need to update this manually when using a Compose SNAPSHOT -VERSION_NAME=0.37.1-SNAPSHOT +VERSION_NAME=0.37.1 POM_DESCRIPTION=Utilities for Jetpack Compose From 7328dc752d417feb27920a429a2ddb17abb59e49 Mon Sep 17 00:00:00 2001 From: Ben Trengrove Date: Thu, 20 Feb 2025 15:56:42 +1100 Subject: [PATCH 3/4] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8dd9f6213..b302fff87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.google.accompanist # !! No longer need to update this manually when using a Compose SNAPSHOT -VERSION_NAME=0.37.1 +VERSION_NAME=0.37.2-SNAPSHOT POM_DESCRIPTION=Utilities for Jetpack Compose From 5606a6936a8388f76ad865ac202cacda854bf99a Mon Sep 17 00:00:00 2001 From: Ben Trengrove Date: Fri, 21 Feb 2025 09:02:01 +1100 Subject: [PATCH 4/4] Update maven publish --- build-logic/convention/build.gradle.kts | 1 + gradle.properties | 2 +- gradle/libs.versions.toml | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-logic/convention/build.gradle.kts b/build-logic/convention/build.gradle.kts index ff1905dd2..19ee60455 100644 --- a/build-logic/convention/build.gradle.kts +++ b/build-logic/convention/build.gradle.kts @@ -44,6 +44,7 @@ dependencies { compileOnly(libs.compose.gradlePlugin) compileOnly(libs.kotlin.gradlePlugin) compileOnly(libs.metalavaGradle) + compileOnly(libs.gradleMavenPublishPlugin) implementation(libs.truth) } diff --git a/gradle.properties b/gradle.properties index b302fff87..f179832c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.google.accompanist # !! No longer need to update this manually when using a Compose SNAPSHOT -VERSION_NAME=0.37.2-SNAPSHOT +VERSION_NAME=0.37.2 POM_DESCRIPTION=Utilities for Jetpack Compose diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cb778b1a1..e40109dec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ dokka = "1.8.10" # gradlePlugin and lint need to be updated together androidTools = "31.7.2" -gradlePlugin = "8.7.2" +gradlePlugin = "8.7.3" lintMinCompose = "30.0.0" ktlint = "0.45.2" @@ -23,7 +23,7 @@ androidxnavigation = "2.7.7" androidxWindow = "1.0.0" metalava = "0.3.5" -vanniktechPublish = "0.25.2" +vanniktechPublish = "0.30.0" [libraries] compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" } @@ -86,7 +86,6 @@ robolectric = "org.robolectric:robolectric:4.12.1" affectedmoduledetector = "com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.2" android-tools-common = { module = "com.android.tools:common", version.ref = "androidTools" } -android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin" } android-tools-lint-lint = { module = "com.android.tools.lint:lint", version.ref = "lintMinCompose" } android-tools-lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lintMinCompose" } android-tools-lint-tests = { module = "com.android.tools.lint:lint-tests", version.ref = "lintMinCompose" }