Skip to content

Commit 1a1fddf

Browse files
author
Vignesh Raja
authored
Release version 1.0.0 (#88)
2 parents 6d08792 + c1607cf commit 1a1fddf

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely Android X SDK Changelog
2+
### 1.0.0
3+
January 23, 2017
4+
5+
- GA release
6+
27
### 0.5.0
8+
January 20, 2017
39

410
*Bug Fixes*
511

test-app/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Optimizely X Android SDK Demo App
22

33
This module houses the demo app used to demonstrate how to get started with the Android SDK. The app
4-
is also used to run integration tests on using the Android Espresso framework.
4+
is also used to run integration tests with the Android Espresso framework.
5+
6+
![Demo App Flow](./images/demo-app-flow.png)
57

68
## Experiments Run
79

test-app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ android {
2727
}
2828

2929
dependencies {
30-
// Includes SST Java core, event handler, and user profile
30+
// Includes the Optimizely X Full Stack Java SDK, event handler, and user profile
3131
compile project(':android-sdk')
32-
// compile 'com.optimizely.ab:android-sdk:0.5.0'
32+
// compile 'com.optimizely.ab:android-sdk:1.0.0'
3333
compile 'com.android.support:appcompat-v7:24.2.1'
3434
compile 'com.android.support:design:24.2.1'
3535

3636
testCompile "junit:junit:$junit_ver"
3737
testCompile "org.mockito:mockito-core:$mockito_ver"
3838
testCompile "com.noveogroup.android:android-logger:$android_logger_ver"
39-
// testCompile 'com.optimizely.ab:android-sdk:0.5.0'
39+
// testCompile 'com.optimizely.ab:android-sdk:1.0.0'
4040
testCompile project(':android-sdk')
4141

4242
androidTestCompile("com.android.support.test:runner:$support_test_runner_ver")
@@ -48,6 +48,6 @@ dependencies {
4848
androidTestCompile "org.mockito:mockito-core:$mockito_ver"
4949
androidTestCompile "com.google.dexmaker:dexmaker:$dexmaker_ver"
5050
androidTestCompile "com.google.dexmaker:dexmaker-mockito:$dexmaker_ver"
51-
// androidTestCompile 'com.optimizely.ab:android-sdk:0.5.0'
51+
// androidTestCompile 'com.optimizely.ab:android-sdk:1.0.0'
5252
androidTestCompile project(':android-sdk')
5353
}

test-app/images/demo-app-flow.png

251 KB
Loading

0 commit comments

Comments
 (0)