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 a8e3418 commit d720484Copy full SHA for d720484
1 file changed
android/build.gradle
@@ -73,13 +73,8 @@ allprojects {
73
url "https://maven.fabric.io/public"
74
}
75
76
- // Mendix ONLY for com.mendix artifacts
77
maven {
78
url "https://packages.rnd.mendix.com/jcenter"
79
- content {
80
- includeGroup "com.mendix"
81
- includeGroupByRegex "com\\.mendix\\..*"
82
- }
83
84
85
// Build all modules with Android 16KB pages enabled
@@ -134,9 +129,6 @@ afterEvaluate { project ->
134
129
project.repositories {
135
130
136
131
url "https://www.jitpack.io"
137
138
- includeGroupByRegex "com\\.github\\..*"
139
140
132
141
133
142
0 commit comments