Skip to content

Commit feefd8a

Browse files
committed
updated retrofit, okhttp & threetenabp. Version bump.
1 parent f926625 commit feefd8a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manifest.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
library_licenses = ["Apache-2.0"]
1313
library_licenses_url = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
1414
library_project_group = 'net.gotev'
15-
library_version = '1.1.0'
15+
library_version = '1.1.1'
1616
version_code = 1
1717
min_sdk = 21
1818
target_sdk = 29
@@ -21,7 +21,7 @@ ext {
2121
// Gradle classpath dependencies versions
2222
kotlin_version = '1.3.71'
2323
gradle_version = '3.6.1'
24-
gradle_versions_plugin_version = '0.20.0'
24+
gradle_versions_plugin_version = '0.28.0'
2525
bintray_plugin_version = '1.8.4'
2626
kotlin_lint_version = '9.0.0'
2727

@@ -33,7 +33,7 @@ ext {
3333
androidx_test_ext_junit_version = '1.0.0'
3434
androidx_test_ext_truth_version = '1.0.0'
3535
truth_version = '0.42'
36-
androidx_test_espresso_version = '3.1.0'
36+
androidx_test_espresso_version = '3.2.0'
3737

3838
// Library and app dependencies versions
3939
androidx_appcompat_version = '1.1.0'

swapi-sdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
}
6767

6868
def moshi_version = "1.9.2"
69-
def retrofit_version = "2.7.2"
69+
def retrofit_version = "2.8.1"
7070
def coroutines_version = "1.3.0"
7171

7272
dependencies {
@@ -96,12 +96,12 @@ dependencies {
9696
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
9797
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
9898

99-
api "com.squareup.okhttp3:okhttp:4.4.1"
99+
api "com.squareup.okhttp3:okhttp:4.5.0"
100100
implementation "com.squareup.moshi:moshi:$moshi_version"
101101
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
102102
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
103103
implementation "com.squareup.retrofit2:converter-moshi:$retrofit_version"
104-
api 'com.jakewharton.threetenabp:threetenabp:1.2.2'
104+
api 'com.jakewharton.threetenabp:threetenabp:1.2.3'
105105
}
106106

107107
bintray {

0 commit comments

Comments
 (0)