mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 17:32:42 +00:00
19 lines
770 B
Diff
19 lines
770 B
Diff
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -51,16 +51,6 @@
|
|
groups.jitpack.group.each { includeGroup it }
|
|
}
|
|
}
|
|
- // Jitsi repo
|
|
- maven {
|
|
- url "https://github.com/vector-im/jitsi_libre_maven/raw/main/android-sdk-5.0.2"
|
|
- // Note: to test Jitsi release you can use a local file like this:
|
|
- // url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.10.0"
|
|
- content {
|
|
- groups.jitsi.regex.each { includeGroupByRegex it }
|
|
- groups.jitsi.group.each { includeGroup it }
|
|
- }
|
|
- }
|
|
// Do not use `google()`, it prevents Dependabot from working properly
|
|
google {
|
|
url 'https://maven.google.com'
|