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
55all 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.
3030The Java Example apps consist of a simple blank screen that automatically triggers a variable evaluation
3131on 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
3940The Kotlin Example provides a simplified interface to evaluate flags manually, but will also
4041automatically triggers a variable evaluation on run and then displays a toast notification.
4142
4243Code 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 )
0 commit comments