Skip to content

Commit

Permalink
fix: build.gradle downgrade to 2.13.5 (#171)
Browse files Browse the repository at this point in the history
Jackson 2.14 will require Android SDK 26 so downgrading back to 2.13.x
  • Loading branch information
CAMOBAP authored Jan 12, 2025
1 parent 5456b78 commit 7ac335f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ android {
dependencies {
//noinspection GradleDependency
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.3'
//noinspection GradleDependency
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5' // max version https://github.com/FasterXML/jackson-databind/issues/3657
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'

Expand Down

0 comments on commit 7ac335f

Please sign in to comment.