Skip to content

Commit 58d5edf

Browse files
author
Vignesh Raja
authored
Bump demo app SDK version (#83)
1 parent ae92208 commit 58d5edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ android {
2929
dependencies {
3030
// Includes SST Java core, event handler, and user profile
3131
compile project(':android-sdk')
32-
// compile 'com.optimizely.ab:android-sdk:0.3.1'
32+
// compile 'com.optimizely.ab:android-sdk:0.5.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.3.1'
39+
// testCompile 'com.optimizely.ab:android-sdk:0.5.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.3.1'
51+
// androidTestCompile 'com.optimizely.ab:android-sdk:0.5.0'
5252
androidTestCompile project(':android-sdk')
5353
}

0 commit comments

Comments
 (0)