Skip to content

Commit

Permalink
working on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rkatta436 committed Mar 20, 2020
1 parent ea96323 commit fba03c9
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,17 @@ android {
}

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

dependencies {
// implementation ('org.jitsi.react:jitsi-meet-sdk:2.6.0') {
// exclude group: 'com.facebook.react', module: 'react-native-linear-gradient' // 2.5.6
// exclude group: 'com.facebook.react', module: 'react-native-community-async-storage' // 1.3.4
// exclude group: 'com.facebook.react', module: 'react-native-community_netinfo' // 4.1.5
// exclude group: 'com.facebook.react', module: 'react-native-svg' // 9.7.1
// exclude group: 'com.facebook.react', module: 'react-native-vector-icons' // 6.0.2
// exclude group: 'com.facebook.react', module: 'react-native-webview' // 7.4.1
// transitive = true
// }
implementation ('org.jitsi.react:jitsi-meet-sdk:2.6.0') {
transitive = true
}
}

0 comments on commit fba03c9

Please sign in to comment.