We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1ca04 commit e4a4c85Copy full SHA for e4a4c85
build.gradle
@@ -15,10 +15,3 @@ buildscript {
15
}
16
17
18
-allprojects {
19
- repositories {
20
- google()
21
- mavenCentral()
22
- maven { url 'https://jitpack.io' }
23
- }
24
-}
settings.gradle
@@ -1,3 +1,20 @@
1
+pluginManagement {
2
+ repositories {
3
+ google()
4
+ mavenCentral()
5
+ gradlePluginPortal()
6
+ }
7
+}
8
+
9
+dependencyResolutionManagement {
10
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
11
12
13
14
+ maven { url 'https://jitpack.io' }
rootProject.name = "protect"
include ':protect'
// include ':app'
0 commit comments