Skip to content

Commit

Permalink
fix: downgrade jackson-module-kotlin to 2.13.5 because newer releases…
Browse files Browse the repository at this point in the history
… do not support Android API < 26. See FasterXML/jackson-databind#3702
  • Loading branch information
oleksandrvolovyk committed Sep 12, 2023
1 parent c3acca6 commit 84ba52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "volovyk.guerrillamail"
minSdk 24
targetSdk 34
versionCode 26
versionName "3.3.4"
versionCode 27
versionName "3.3.5"

testInstrumentationRunner "volovyk.MyTestRunner"

Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.retrofit2:retrofit-mock:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5'
implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'

// Hilt dependencies
Expand Down

0 comments on commit 84ba52d

Please sign in to comment.