From 66e9573ebef0622595e579353dff4b7dfb1b6782 Mon Sep 17 00:00:00 2001 From: Kumkum Bagchi Date: Mon, 26 Nov 2018 16:13:56 -0800 Subject: [PATCH 1/2] Use beta1. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ee35bc2..ecc70d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.twilio:voice-android:3.0.0-preview6' + implementation 'com.twilio:voice-android:3.0.0-beta1' implementation 'com.android.support:design:27.0.2' implementation 'com.android.support:appcompat-v7:27.0.2' implementation 'com.squareup.retrofit:retrofit:1.9.0' From 3e4570e58a87f6789cfea3ba12c533fd86e5d6af Mon Sep 17 00:00:00 2001 From: Kumkum Bagchi Date: Mon, 26 Nov 2018 16:35:58 -0800 Subject: [PATCH 2/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078ad4f..6e7d13f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Twilio Voice Quickstart for Android -> This is a developer preview release of the Programmable Voice 3.X SDK for Android. This major version now uses WebRTC and is still under active development. APIs are subject to change and we recommend you look at known issues provided in the [changelog](https://www.twilio.com/docs/voice/voip-sdk/android/changelog). To use a generally available version of the Programmable Voice SDKs for Android, please see the master branch based on the 2.X APIs. +> This is a beta release of the Programmable Voice 3.X SDK for Android. This major version now uses WebRTC. APIs are unlikely to change. We recommend you look at known issues provided in the changelog. To use a generally available version of the Programmable Voice SDKs for Android, please see the master branch based on the 2.X APIs. Get started with Voice on Android: