Revert jackson-module-kotlin bump to fix compatibility on older Android version (#3077)

This commit is contained in:
Joris Pelgröm 2022-11-17 15:06:31 +01:00 committed by GitHub
parent 23e65c491a
commit 0bccff65c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ dependencies {
implementation("androidx.fragment:fragment-ktx:1.5.4")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.picasso:picasso:2.8")

View file

@ -72,6 +72,6 @@ dependencies {
implementation("com.squareup.retrofit2:converter-jackson:2.9.0")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
implementation("org.altbeacon:android-beacon-library:2.19.4")
}

View file

@ -103,7 +103,7 @@ dependencies {
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.mikepenz:iconics-core:5.4.0")