Skip to content

Commit e173ae6

Browse files
committed
fix: dependencies repositories ordering
1 parent 907a54d commit e173ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencyResolutionManagement {
3434
mavenLocal()
3535
google()
3636
mavenCentral()
37-
maven("https://jitpack.io")
3837
maven {
3938
url = uri("https://maven.pkg.github.com/synonymdev/bitkit-core")
4039
credentials {
@@ -51,6 +50,7 @@ dependencyResolutionManagement {
5150
password = pass
5251
}
5352
}
53+
maven("https://jitpack.io")
5454
}
5555
}
5656
rootProject.name = "bitkit-android"

0 commit comments

Comments
 (0)