Skip to content

Commit

Permalink
feat(Release): Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
erenalpaslan committed Sep 25, 2023
1 parent 745953d commit e38f70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven("https://jitpack.io")
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}

Expand Down

0 comments on commit e38f70e

Please sign in to comment.