Skip to content

Commit d04a678

Browse files
authored
[release] 1.4.4 (#146)
1 parent c0af1db commit d04a678

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

1919
Versions earlier than 1.0.6 are deprecated and contain either third party CVEs or issues that would prevent the DevCycle client from initializing correctly if the retrieved Config has had new properties added.

android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.devcycle"
9-
version = "1.4.3"
9+
version = "1.4.4"
1010

1111
android {
1212
compileSdk 31

0 commit comments

Comments
 (0)