Skip to content

Commit

Permalink
Use jitsi libre build
Browse files Browse the repository at this point in the history
  • Loading branch information
djorkaeffalexandre committed Oct 26, 2020
1 parent 9626652 commit b92fd48
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ dependencies {
implementation project(':@react-native-community_viewpager')
implementation project(':react-native-config-reader')
playImplementation project(':reactnativenotifications')
playImplementation project(':@react-native-firebase_app')
playImplementation project(':@react-native-firebase_analytics')
playImplementation project(':@react-native-firebase_crashlytics')
// playImplementation project(':@react-native-firebase_app')
// playImplementation project(':@react-native-firebase_analytics')
// playImplementation project(':@react-native-firebase_crashlytics')
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {
url("$rootDir/../node_modules/jsc-android/dist")
}
maven {
url "https://github.com/RocketChat/jitsi-maven-repository/raw/master/releases"
url "https://github.com/RocketChat/jitsi-maven-repository/raw/2.10.3/releases"
}

google()
Expand Down
12 changes: 6 additions & 6 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ include ':reactnativekeyboardinput'
project(':reactnativekeyboardinput').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-keyboard-input/lib/android')
include ':@react-native-community_viewpager'
project(':@react-native-community_viewpager').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/viewpager/android')
include ':@react-native-firebase_app'
project(':@react-native-firebase_app').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/app/android')
include ':@react-native-firebase_analytics'
project(':@react-native-firebase_analytics').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/analytics/android')
include ':@react-native-firebase_crashlytics'
project(':@react-native-firebase_crashlytics').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/crashlytics/android')
// include ':@react-native-firebase_app'
// project(':@react-native-firebase_app').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/app/android')
// include ':@react-native-firebase_analytics'
// project(':@react-native-firebase_analytics').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/analytics/android')
// include ':@react-native-firebase_crashlytics'
// project(':@react-native-firebase_crashlytics').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-firebase/crashlytics/android')
include ':react-native-config-reader'
project(':react-native-config-reader').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-config-reader/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
Expand Down
13 changes: 13 additions & 0 deletions patches/react-native-jitsi-meet+2.3.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/node_modules/react-native-jitsi-meet/android/build.gradle b/node_modules/react-native-jitsi-meet/android/build.gradle
index 1b5ac28..ab4fa58 100644
--- a/node_modules/react-native-jitsi-meet/android/build.gradle
+++ b/node_modules/react-native-jitsi-meet/android/build.gradle
@@ -37,7 +37,7 @@ android {

repositories {
maven {
- url "https://github.com/jitsi/jitsi-maven-repository/raw/master/releases"
+ url "https://github.com/jitsi/jitsi-maven-repository/raw/2.10.3/releases"
}
google()
mavenCentral()

0 comments on commit b92fd48

Please sign in to comment.