Skip to content

Commit

Permalink
Update maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Feb 20, 2025
1 parent 7328dc7 commit 5606a69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions build-logic/convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
compileOnly(libs.compose.gradlePlugin)
compileOnly(libs.kotlin.gradlePlugin)
compileOnly(libs.metalavaGradle)
compileOnly(libs.gradleMavenPublishPlugin)
implementation(libs.truth)
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 5606a69

Please sign in to comment.