Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
release: 2.2.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
atarafi authored Jun 12, 2023
1 parent 0fdcec8 commit dbcfd3e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CrossDK 2.1.1
# CrossDK 2.2.0

![Android](https://img.shields.io/badge/Android-android-white)
[![Kotlin](https://img.shields.io/badge/Kotlin-compatible-brightgreen)](#kotlin-support)
Expand Down Expand Up @@ -26,6 +26,18 @@ handle cases where the api is lower than 21

## Installation:

### Maven with Gradle:

- Inside dependencies of the build.gradle of app module, add the following dependency:

```groovy
dependencies {
implementation 'com.adikteev:crossdk-android:2.2.0'
}
```

Gradle will directly add the package to your dependencies.

### GitHub Package Registry with Gradle:

1. Step 1 : Generate a Personal Access Token for GitHub
Expand Down Expand Up @@ -63,7 +75,7 @@ repositories {

```groovy
dependencies {
implementation 'com.adikteev:crossdk-android:2.1.1'
implementation 'com.adikteev:crossdk-android:2.2.0'
}
```

Expand Down

0 comments on commit dbcfd3e

Please sign in to comment.