diff --git a/source/includes/_android.md.erb b/source/includes/_android.md.erb index 00af1f3b863..408456fbc36 100644 --- a/source/includes/_android.md.erb +++ b/source/includes/_android.md.erb @@ -45,13 +45,13 @@ To integrate the SDK, first add the following code to the project level `build.g > If your project has artifacts within the AndroidX namespace, use: ```groovy -implementation 'support.ada.embed:android-sdk-appcompat:1.3.8' +implementation 'support.ada.embed:android-sdk-appcompat:1.3.9' ``` > If your project uses Android Support Library, use: ```groovy -implementation 'support.ada.embed:android-sdk-appcompat-legacy:1.3.8' +implementation 'support.ada.embed:android-sdk-appcompat-legacy:1.3.9' ``` > Be sure to get the latest version at [https://gitlab.com/adasupport/androidsdk/-/packages](https://gitlab.com/adasupport/androidsdk/-/packages).