diff --git a/README.md b/README.md index a7214e1..d84aa2c 100644 --- a/README.md +++ b/README.md @@ -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' } } diff --git a/build.gradle b/build.gradle index 7de32e3..00af48b 100644 --- a/build.gradle +++ b/build.gradle @@ -16,5 +16,6 @@ allprojects { repositories { jcenter() maven { url 'http://download.crashlytics.com/maven' } + maven { url 'http://tokbox.bintray.com/maven' } } } diff --git a/idvos/build.gradle b/idvos/build.gradle index 85cf240..e997d1a 100644 --- a/idvos/build.gradle +++ b/idvos/build.gradle @@ -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' diff --git a/opentok-android-sdk-2.8.1/build.gradle b/opentok-android-sdk-2.8.1/build.gradle deleted file mode 100644 index 13ecfd7..0000000 --- a/opentok-android-sdk-2.8.1/build.gradle +++ /dev/null @@ -1,2 +0,0 @@ -configurations.create("default") -artifacts.add("default", file('opentok-android-sdk-2.8.1.aar')) \ No newline at end of file diff --git a/opentok-android-sdk-2.8.1/opentok-android-sdk-2.8.1.aar b/opentok-android-sdk-2.8.1/opentok-android-sdk-2.8.1.aar deleted file mode 100644 index 9e76360..0000000 Binary files a/opentok-android-sdk-2.8.1/opentok-android-sdk-2.8.1.aar and /dev/null differ diff --git a/settings.gradle b/settings.gradle index 547e828..0561871 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -include ':example', ':idvos-app', ':opentok-android-sdk-2.8.1' +include ':example', ':idvos-app' include ':idvos'