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 3d6f1c9 commit 0aba2f6Copy full SHA for 0aba2f6
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:2.3.2")
+implementation("com.devcycle:android-client-sdk:2.4.0")
17
```
18
19
## Usage
android-client-sdk/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
import com.vanniktech.maven.publish.SonatypeHost
9
10
group = "com.devcycle"
11
-version = "2.3.2"
+version = "2.4.0"
12
mavenPublishing {
coordinates(group, "android-client-sdk", version)
0 commit comments