Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Apr 5, 2024
1 parent 1d3bcd6 commit 09a8495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This version of the DevCycle Android Client SDK supports a minimum Android API V
The SDK can be installed into your Android project by adding the following to _build.gradle_:

```yaml
implementation("com.devcycle:android-client-sdk:2.0.5")
implementation("com.devcycle:android-client-sdk:2.1.0")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.vanniktech.maven.publish.SonatypeHost


group = "com.devcycle"
version = "2.0.5"
version = "2.1.0"

mavenPublishing {
coordinates(group, "android-client-sdk", version)
Expand Down

0 comments on commit 09a8495

Please sign in to comment.