Skip to content

Instantly share code, notes, and snippets.

@adityawibisana
Created November 24, 2023 07:57
Show Gist options
  • Save adityawibisana/34289e49eafd68a0fd97598b1f445518 to your computer and use it in GitHub Desktop.
Save adityawibisana/34289e49eafd68a0fd97598b1f445518 to your computer and use it in GitHub Desktop.
settings.gradle.kts for voiceping library
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' } // <== add this line
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment