Skip to content

Commit

Permalink
Invert 0.0.1-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jul 1, 2024
1 parent c47fafe commit a92d4be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

2 comments on commit a92d4be

@handstandsam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I'll try to periodically put out non snapshot builds when milestones are hit.

@ychescale9
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

appreciate it!

Please sign in to comment.