Skip to content

Commit

Permalink
Release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Apr 17, 2024
1 parent 49ed4d7 commit 334cc83
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.6")
implementation("com.devcycle:android-client-sdk:2.0.7")
```

## 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.6"
version = "2.0.7"

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

0 comments on commit 334cc83

Please sign in to comment.