Skip to content

Commit 9b1f1b3

Browse files
committed
Dependencies update, build tools update, target sdk and compile from 28 to 29
1 parent 4a8635b commit 9b1f1b3

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ android {
5050
it.buildConfigField 'String', 'API_KEY', API_KEY
5151
}
5252
}
53-
5453
compileOptions {
5554
sourceCompatibility JavaVersion.VERSION_1_8
5655
targetCompatibility JavaVersion.VERSION_1_8

buildsystem/dependencies.gradle

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@ allprojects {
1313

1414
ext {
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

Comments
 (0)