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 6161 support_test_runner_ver = " 0.5"
6262 dexmaker_ver = " 1.2"
6363 espresso_ver = " 2.2.2"
64- gson_ver = " 2.6.2 "
64+ gson_ver = " 2.8.5 "
6565 group_id = " com.optimizely.ab"
6666}
6767
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ dependencies {
4646 compile ' com.android.support:design:24.2.1'
4747 // EXAMPLE REPLACE noveogroup android-looger with slf4j-android logger
4848 // 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 '
5050 // 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 '
5252
5353 testCompile " junit:junit:$junit_ver "
5454 testCompile " org.mockito:mockito-core:$mockito_ver "
You can’t perform that action at this time.
0 commit comments