Skip to content

Commit aa8ce85

Browse files
authored
Compile in gson for android modules (#30)
1 parent 1afa856 commit aa8ce85

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

shared/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ android {
5353
dependencies {
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"

test-app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)