Skip to content

Commit 81a6124

Browse files
authored
Merge pull request #1055 from tunjid/bugfix/2.0.4
Bugfix/2.0.4
2 parents 55b8573 + 2d03b0b commit 81a6124

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ okio = "3.16.4"
4747
ozone-atproto = "0.3.7"
4848
savedstate-multiplatform = "1.4.0"
4949
spotless = "8.2.0"
50-
tunjid-state-holder = "1.2.1-SNAPSHOT"
51-
tunjid-tiler = "1.2.2-SNAPSHOT"
50+
tunjid-state-holder = "1.2.0"
51+
tunjid-tiler = "1.2.1"
5252
tunjid-tree-nav = "0.0.51"
5353
tunjid-composables = "0.0.27"
5454
vinceglb-filekit = "0.13.0"

settings.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ dependencyResolutionManagement {
4444
includeGroupAndSubgroups("com.google")
4545
}
4646
}
47-
maven {
48-
name = "Central Portal Snapshots"
49-
url = URI.create("https://central.sonatype.com/repository/maven-snapshots/")
50-
51-
// Only search this repository for the specific dependency
52-
content {
53-
includeGroupAndSubgroups("com.tunjid.mutator")
54-
includeGroupAndSubgroups("com.tunjid.tiler")
55-
}
56-
}
5747
mavenCentral()
5848
}
5949
}

0 commit comments

Comments
 (0)