File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
1919buildscript {
20- ext. kotlin_version = ' 1.3.72 '
20+ ext. kotlin_version = ' 1.4.0 '
2121 def bintray_user = System . getenv(' BINTRAY_USER' )
2222 def bintray_api_key = System . getenv(' BINTRAY_API_KEY' )
2323 def version_name = System . getenv(' TRAVIS_TAG' )
@@ -60,15 +60,15 @@ ext {
6060 target_sdk_version = 29
6161 java_core_ver = " 3.5.0"
6262 android_logger_ver = " 1.3.6"
63- jacksonversion= " 2.9.9.1 "
63+ jacksonversion= " 2.11.2 "
6464 support_annotations_ver = " 24.2.1"
6565 junit_ver = " 4.12"
6666 mockito_ver = " 1.10.19"
6767 powermock_ver = " 1.6.4"
6868 support_test_runner_ver = " 0.5"
6969 dexmaker_ver = " 1.4"
7070 espresso_ver = " 2.2.2"
71- gson_ver = " 2.8.5 "
71+ gson_ver = " 2.8.6 "
7272 group_id = " com.optimizely.ab"
7373}
7474
You can’t perform that action at this time.
0 commit comments