Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

update version to 1.3.9 #21

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/includes/_android.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down