Compare commits

...

1 Commits
main ... dev

  1. 11
      settings.gradle.kts

11
settings.gradle.kts

@ -13,21 +13,22 @@ dependencyResolutionManagement {
repositories {
val isRepoRestrictionEnabled = false
mavenLocal()
//Uncomment this to use publishToMavenLocal builds of SDK
//mavenLocal()
google()
mavenCentral()
maven("https://jitpack.io")
jcenter()
/*
// Uncomment to use a snapshot version of the SDK, e.g. when the SDK version ends in -SNAPSHOT
maven("https://oss.sonatype.org/content/repositories/snapshots") {
maven("http://forgejo.hushpool.is:3000/api/packages/fekt/maven") {
isAllowInsecureProtocol = true
if (isRepoRestrictionEnabled) {
content {
includeGroup("cash.z.ecc.android")
includeGroup("hush.android")
}
}
}*/
}
}
}

Loading…
Cancel
Save