Update SchildiChat jitsi patch

This commit is contained in:
SpiritCroc 2022-12-01 11:12:07 +00:00 committed by Licaon_Kter
parent d8895d76f7
commit 5bea68e04d
2 changed files with 21 additions and 3 deletions

View file

@ -1200,7 +1200,6 @@ Builds:
- versionName: 1.5.8.sc62
versionCode: 40100990
disable: patch needs an update
commit: 39aff9f2cda2d7be495dd0f8e62be19aed2c4c39
subdir: vector-app
sudo:
@ -1214,11 +1213,11 @@ Builds:
- cd /opt/android-sdk/ndk
- rm -fr $(ls | sed 's/21.3.6528147//')
patch:
- build_gradle_remove_jitsi_repo_40104160.patch
- build_gradle_remove_jitsi_repo_40105060.patch
gradle:
- fdroid
srclibs:
- jitsi-meet@android-sdk-5.0.2
- jitsi-meet@android-sdk-6.2.2
- maplibre-gl-native@android-v9.5.2
prebuild:
- sed -i -e 's/def isCiBuild =.*/def isCiBuild = true/' ../tools/gradle/doctor.gradle

View file

@ -0,0 +1,19 @@
--- a/build.gradle
+++ b/build.gradle
@@ -94,16 +94,6 @@ allprojects {
groups.jitpack.group.each { includeGroup it }
}
}
- // Jitsi repo
- maven {
- url "https://github.com/vector-im/jitsi_libre_maven/raw/main/android-sdk-6.2.2"
- // Note: to test Jitsi release you can use a local file like this:
- // url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-6.2.2"
- content {
- groups.jitsi.regex.each { includeGroupByRegex it }
- groups.jitsi.group.each { includeGroup it }
- }
- }
// Do not use `google()`, it prevents Dependabot from working properly
maven {
url 'https://maven.google.com'