Skip to content

Commit 50ccdb8

Browse files
[release] 1.5.0 (#149)
1 parent 56539ae commit 50ccdb8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ 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.4")
16+
implementation("com.devcycle:android-client-sdk:1.5.0")
1717
```
1818

19-
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.
20-
2119
## Usage
2220

2321
To find usage documentation, visit out [docs](https://docs.devcycle.com/docs/sdk/client-side-sdks/android#usage).

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.4"
9+
version = "1.5.0"
1010

1111
android {
1212
compileSdk 31

0 commit comments

Comments
 (0)