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 {
5353dependencies {
5454 compile " com.noveogroup.android:android-logger:$android_logger_ver "
5555 compile " com.optimizely.ab:core-api:$java_core_ver "
56+ compile " com.google.code.gson:gson:$gson_ver "
5657 provided " com.android.support:support-annotations:$support_annotations_ver "
5758
5859 testCompile " junit:junit:$junit_ver "
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ dependencies {
3434 // Includes SST Java core, event handler, and user experiment record
3535 compile project(' :android-sdk' )
3636// compile 'com.optimizely.ab:android-sdk:0.0.1'
37- compile " com.google.code.gson:gson:$gson_ver "
3837 compile ' com.android.support:appcompat-v7:24.2.1'
3938 compile ' com.android.support:design:24.2.1'
4039
You can’t perform that action at this time.
0 commit comments