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: 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'