diff --git a/README.md b/README.md index 4685a21..b2a3b48 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Automatic collection of lifecycle-events requires API level 15 and up (Ice Cream ### Breaking Changes! -Version 1.0-beta.9 of the Application Insights for Android SDK comes with one major change: +Version 1.0-beta.9 of the Application Insights for Android SDK comes with two major changes: Crash Reporting and the API to send handled exceptions have been removed from the SDK. In addition, the Application Insights for Android SDK is now **deprecated**. diff --git a/gradle.properties b/gradle.properties index 89e7daf..c325c82 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ # org.gradle.parallel=true projectGroup=com.microsoft.azure -projectVersion=1.0-beta.8 +projectVersion=1.0-beta.9 projectRepo=https://github.com/Microsoft/ApplicationInsights-Android projectName=ApplicationInsights-Android projectDesc=Application Insights SDK for Android