Skip to content

Commit 103b7e2

Browse files
Release 2.6.2
1 parent ae6fa90 commit 103b7e2

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.6.1")
16+
implementation("com.devcycle:android-client-sdk:2.6.2")
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 @@ plugins {
88
import com.vanniktech.maven.publish.SonatypeHost
99

1010
group = "com.devcycle"
11-
version = "2.6.1"
11+
version = "2.6.2"
1212

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

0 commit comments

Comments
 (0)