Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Nov 17, 2023
1 parent d211fa0 commit 3e05f87
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.2")
implementation("com.devcycle:android-client-sdk:2.0.3")
```

## 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.2"
version = "2.0.3"

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

0 comments on commit 3e05f87

Please sign in to comment.