We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4d4fb commit b180dceCopy full SHA for b180dce
README.md
@@ -13,7 +13,7 @@ This version of the DevCycle Android Client SDK supports a minimum Android API V
13
The SDK can be installed into your Android project by adding the following to *build.gradle*:
14
15
```yaml
16
-implementation("com.devcycle:android-client-sdk:1.6.0")
+implementation("com.devcycle:android-client-sdk:1.6.1")
17
```
18
19
## Usage
android-client-sdk/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "com.devcycle"
9
-version = "1.6.0"
+version = "1.6.1"
10
11
android {
12
compileSdk 31
0 commit comments