Compare commits

...

1 Commits
main ... dev

  1. 11
      settings.gradle.kts

11
settings.gradle.kts

@ -13,21 +13,22 @@ dependencyResolutionManagement {
repositories { repositories {
val isRepoRestrictionEnabled = false val isRepoRestrictionEnabled = false
mavenLocal() //Uncomment this to use publishToMavenLocal builds of SDK
//mavenLocal()
google() google()
mavenCentral() mavenCentral()
maven("https://jitpack.io") maven("https://jitpack.io")
jcenter() jcenter()
/*
// Uncomment to use a snapshot version of the SDK, e.g. when the SDK version ends in -SNAPSHOT // 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) { if (isRepoRestrictionEnabled) {
content { content {
includeGroup("cash.z.ecc.android") includeGroup("hush.android")
} }
} }
}*/ }
} }
} }

Loading…
Cancel
Save