@@ -13,36 +13,36 @@ allprojects {
1313
1414ext {
1515 // Android
16- androidBuildToolsVersion = ' 28 .0.3 '
16+ androidBuildToolsVersion = ' 29 .0.2 '
1717 androidMinSdkVersion = 16
18- androidTargetSdkVersion = 28
19- androidCompileSdkVersion = 28
18+ androidTargetSdkVersion = 29
19+ androidCompileSdkVersion = 29
2020
2121 // Kotlin
22- kotlinVersion = ' 1.3.30 '
22+ kotlinVersion = ' 1.3.41 '
2323
2424 // Reactive programming
25- rxKotlinVersion = ' 2.2 .0'
26- rxJavaVersion = ' 2.2.3 '
27- rxAndroidVersion = ' 2.0 .1'
25+ rxKotlinVersion = ' 2.4 .0'
26+ rxJavaVersion = ' 2.2.13 '
27+ rxAndroidVersion = ' 2.1 .1'
2828 retrofitRxJavaAdapterVersion = ' 1.0.0'
2929
3030 // Networking
31- retrofitVersion = ' 2.5.0 '
32- retrofitConverterScalarsVersion = ' 2.3.0 '
33- gsonConverterVersion = ' 2.3.0 '
34- gsonVersion = ' 2.8.2 '
35- loggingInterceptorVersion = ' 3.9.1 '
31+ retrofitVersion = ' 2.6.2 '
32+ retrofitConverterScalarsVersion = ' 2.6.2 '
33+ gsonConverterVersion = ' 2.6.2 '
34+ gsonVersion = ' 2.8.6 '
35+ loggingInterceptorVersion = ' 4.2.2 '
3636
3737 // Encoding
3838 apacheCommonsCodecVersion = ' 1.8'
3939
4040 // Testing
4141 jUnitVersion = ' 4.12'
42- testCoreVersion = ' 1.1 .0'
43- testRunnerVersion = ' 1.1.1 '
44- espressoCoreVersion = ' 3.1 .0'
45- mockitoVersion = ' 2.23 .0'
42+ testCoreVersion = ' 1.2 .0'
43+ testRunnerVersion = ' 1.2.0 '
44+ espressoCoreVersion = ' 3.2 .0'
45+ mockitoVersion = ' 3.1 .0'
4646
4747 apiDependencies = [
4848 // Kotlin
0 commit comments