Skip to content

Commit 8703870

Browse files
committed
Remove JitPack: switch Gimbal to Maven Central 3.1.0
1 parent a63fefd commit 8703870

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ moshi = { group = "com.squareup.moshi", name = "moshi-kotlin", version = "1.15.2
2626

2727
flowlayout = { group = "com.wefika", name = "flowlayout", version = "0.4.1" }
2828

29-
gimbal = { group = "com.github.Commit451", name = "Gimbal", version = "3.0.0" }
29+
gimbal = { group = "com.commit451", name = "gimbal", version = "3.1.0" }
3030

3131
[plugins]
3232
android-application = { id = "com.android.application", version.ref = "agp" }

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13-
// TODO: Remove once Gimbal is published to Maven Central
14-
maven(url = "https://jitpack.io")
1513
}
1614
}
1715

0 commit comments

Comments
 (0)