Skip to content

Commit d720484

Browse files
committed
chore: remove filtered group from gradle repos
1 parent a8e3418 commit d720484

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

android/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,8 @@ allprojects {
7373
url "https://maven.fabric.io/public"
7474
}
7575

76-
// Mendix ONLY for com.mendix artifacts
7776
maven {
7877
url "https://packages.rnd.mendix.com/jcenter"
79-
content {
80-
includeGroup "com.mendix"
81-
includeGroupByRegex "com\\.mendix\\..*"
82-
}
8378
}
8479

8580
// Build all modules with Android 16KB pages enabled
@@ -134,9 +129,6 @@ afterEvaluate { project ->
134129
project.repositories {
135130
maven {
136131
url "https://www.jitpack.io"
137-
content {
138-
includeGroupByRegex "com\\.github\\..*"
139-
}
140132
}
141133
}
142134
}

0 commit comments

Comments
 (0)