Skip to content

Commit fa2b550

Browse files
authored
release: 1.7.0 (#156)
1 parent 6266d7c commit fa2b550

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DevCycle Android SDK
22

3-
The DevCycle Android Client SDK. This SDK uses our Client SDK APIs to perform all user segmentation
4-
and bucketing for the SDK, providing fast response times using our globally distributed edge workers
3+
The DevCycle Android Client SDK. This SDK uses our Client SDK APIs to perform all user segmentation
4+
and bucketing for the SDK, providing fast response times using our globally distributed edge workers
55
all around the world.
66

77
## Requirements
@@ -10,10 +10,10 @@ This version of the DevCycle Android Client SDK supports a minimum Android API V
1010

1111
## Installation
1212

13-
The SDK can be installed into your Android project by adding the following to *build.gradle*:
13+
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.6.1")
16+
implementation("com.devcycle:android-client-sdk:1.7.0")
1717
```
1818

1919
## Usage
@@ -30,15 +30,17 @@ used should be a 'string' type.
3030
The Java Example apps consist of a simple blank screen that automatically triggers a variable evaluation
3131
on run and then displays a toast notification.
3232

33-
Code locations to update:
34-
* [Mobile SDK Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/java-example/src/main/java/com/devcycle/javaexample/JavaApplication.java#L33)
35-
* [Variable Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/java-example/src/main/java/com/devcycle/javaexample/JavaApplication.java#L38)
33+
Code locations to update:
34+
35+
- [Mobile SDK Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/java-example/src/main/java/com/devcycle/javaexample/JavaApplication.java#L33)
36+
- [Variable Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/java-example/src/main/java/com/devcycle/javaexample/JavaApplication.java#L38)
3637

3738
### Kotlin Example
3839

3940
The Kotlin Example provides a simplified interface to evaluate flags manually, but will also
4041
automatically triggers a variable evaluation on run and then displays a toast notification.
4142

4243
Code locations to update:
43-
* [Mobile SDK Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/kotlin-example/src/main/java/com/devcycle/example/KotlinApplication.kt#L27)
44-
* [Variable Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/kotlin-example/src/main/java/com/devcycle/example/KotlinApplication.kt#L33)
44+
45+
- [Mobile SDK Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/kotlin-example/src/main/java/com/devcycle/example/KotlinApplication.kt#L27)
46+
- [Variable Key](https://github.com/DevCycleHQ/android-client-sdk/blob/main/kotlin-example/src/main/java/com/devcycle/example/KotlinApplication.kt#L33)

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.6.1"
9+
version = "1.7.0"
1010

1111
android {
1212
compileSdk 31

0 commit comments

Comments
 (0)