Skip to content

Commit

Permalink
settings.gradle file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rt4914 committed Jun 7, 2022
1 parent fa3832c commit 182d65d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
// maven { url 'https://jitpack.io' }
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.3"
Expand All @@ -11,10 +11,6 @@ buildscript {
}
}

allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
10 changes: 10 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
include ':app', ':foremwebview'
rootProject.name = "ForemWebView-android"

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()

maven { url 'https://jitpack.io' }
}
}

0 comments on commit 182d65d

Please sign in to comment.