Skip to content

Commit f0b37b2

Browse files
Release 2.3.3
1 parent ca39951 commit f0b37b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This version of the DevCycle Android Client SDK supports a minimum Android API V
1313
The SDK can be installed into your Android project by adding the following to _build.gradle_:
1414

1515
```yaml
16-
implementation("com.devcycle:android-client-sdk:2.3.2")
16+
implementation("com.devcycle:android-client-sdk:2.3.3")
1717
```
1818

1919
## Usage

android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.vanniktech.maven.publish.SonatypeHost
88

99

1010
group = "com.devcycle"
11-
version = "2.3.2"
11+
version = "2.3.3"
1212

1313
mavenPublishing {
1414
coordinates(group, "android-client-sdk", version)

0 commit comments

Comments
 (0)