File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
19
19
buildscript {
20
- ext. kotlin_version = ' 1.3.72 '
20
+ ext. kotlin_version = ' 1.4.0 '
21
21
def bintray_user = System . getenv(' BINTRAY_USER' )
22
22
def bintray_api_key = System . getenv(' BINTRAY_API_KEY' )
23
23
def version_name = System . getenv(' TRAVIS_TAG' )
@@ -60,15 +60,15 @@ ext {
60
60
target_sdk_version = 29
61
61
java_core_ver = " 3.5.0"
62
62
android_logger_ver = " 1.3.6"
63
- jacksonversion= " 2.9.9.1 "
63
+ jacksonversion= " 2.11.2 "
64
64
support_annotations_ver = " 24.2.1"
65
65
junit_ver = " 4.12"
66
66
mockito_ver = " 1.10.19"
67
67
powermock_ver = " 1.6.4"
68
68
support_test_runner_ver = " 0.5"
69
69
dexmaker_ver = " 1.4"
70
70
espresso_ver = " 2.2.2"
71
- gson_ver = " 2.8.5 "
71
+ gson_ver = " 2.8.6 "
72
72
group_id = " com.optimizely.ab"
73
73
}
74
74
You can’t perform that action at this time.
0 commit comments