File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
support_test_runner_ver = " 0.5"
62
62
dexmaker_ver = " 1.2"
63
63
espresso_ver = " 2.2.2"
64
- gson_ver = " 2.6.2 "
64
+ gson_ver = " 2.8.5 "
65
65
group_id = " com.optimizely.ab"
66
66
}
67
67
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ dependencies {
46
46
compile ' com.android.support:design:24.2.1'
47
47
// EXAMPLE REPLACE noveogroup android-looger with slf4j-android logger
48
48
// https://mvnrepository.com/artifact/org.slf4j/slf4j-android
49
- compile group : ' org.slf4j' , name : ' slf4j-android' , version : ' 1.7.10 '
49
+ compile group : ' org.slf4j' , name : ' slf4j-android' , version : ' 1.7.25 '
50
50
// EXAMPLE REPLACE gson json parsing with jackson-databind json parsing.
51
- compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.7.1 '
51
+ compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.6 '
52
52
53
53
testCompile " junit:junit:$junit_ver "
54
54
testCompile " org.mockito:mockito-core:$mockito_ver "
You can’t perform that action at this time.
0 commit comments