Skip to content

Commit df0684a

Browse files
Release 2.2.0
1 parent 799660c commit df0684a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.1.2")
16+
implementation("com.devcycle:android-client-sdk:2.2.0")
1717
```
1818

1919
## Usage

android-client-sdk/build.gradle

+1-1
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.1.2"
11+
version = "2.2.0"
1212

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

0 commit comments

Comments
 (0)