diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index da59d8e3..deb8026b 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -30,12 +30,6 @@ dependencyResolutionManagement { includeGroupByRegex("com.google.*") } } - // TODO remove once released - maven("https://s01.oss.sonatype.org/content/repositories/snapshots") { - content { - includeGroup("com.squareup.invert") - } - } mavenCentral() } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7991af0c..b07be1ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ appVersioning = "1.3.2" apollo = "4.0.0-beta.7" googleServices = "4.4.2" wire = "4.9.9" -invert = "0.0.1-dev-SNAPSHOT" +invert = "0.0.1-dev" detekt = "1.23.6" playPublisher = "3.10.1" fladle = "0.17.5" diff --git a/settings.gradle.kts b/settings.gradle.kts index e3ee6715..73e2e0d8 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,12 +16,6 @@ pluginManagement { includeGroupByRegex("org.gradle.*") } } - // TODO remove once released - maven("https://s01.oss.sonatype.org/content/repositories/snapshots") { - content { - includeGroup("com.squareup.invert") - } - } mavenCentral() }