File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ android {
53
53
dependencies {
54
54
compile " com.noveogroup.android:android-logger:$android_logger_ver "
55
55
compile " com.optimizely.ab:core-api:$java_core_ver "
56
+ compile " com.google.code.gson:gson:$gson_ver "
56
57
provided " com.android.support:support-annotations:$support_annotations_ver "
57
58
58
59
testCompile " junit:junit:$junit_ver "
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ dependencies {
34
34
// Includes SST Java core, event handler, and user experiment record
35
35
compile project(' :android-sdk' )
36
36
// compile 'com.optimizely.ab:android-sdk:0.0.1'
37
- compile " com.google.code.gson:gson:$gson_ver "
38
37
compile ' com.android.support:appcompat-v7:24.2.1'
39
38
compile ' com.android.support:design:24.2.1'
40
39
You can’t perform that action at this time.
0 commit comments