Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ And those to root build.gradle allprojects:
repositories {
maven { url "https://jitpack.io" }
maven { url 'http://download.crashlytics.com/maven' }
maven { url 'http://tokbox.bintray.com/maven' }
}


Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ allprojects {
repositories {
jcenter()
maven { url 'http://download.crashlytics.com/maven' }
maven { url 'http://tokbox.bintray.com/maven' }
}
}
2 changes: 1 addition & 1 deletion idvos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ artifacts {
}

dependencies {
compile project(':opentok-android-sdk-2.8.1')
compile 'com.opentok.android:opentok-android-sdk:2.8.1-REL-1785'
compile 'com.mcxiaoke.volley:library:1.0.19'
compile 'com.pusher:pusher-java-client:0.3.1'
compile 'com.android.support:support-v4:21.0.3'
Expand Down
2 changes: 0 additions & 2 deletions opentok-android-sdk-2.8.1/build.gradle

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':example', ':idvos-app', ':opentok-android-sdk-2.8.1'
include ':example', ':idvos-app'
include ':idvos'