File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ dependencies {
154
154
implementation(" com.google.android.material:material:1.5.0" )
155
155
156
156
implementation(" com.squareup.retrofit2:retrofit:2.9.0" )
157
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.13.2.2" ) // remove when jackson-module-kotlin version is higher
157
158
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2" )
158
159
implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
159
160
implementation(" com.squareup.picasso:picasso:2.8" )
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ dependencies {
70
70
implementation(" com.squareup.retrofit2:converter-jackson:2.9.0" )
71
71
implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
72
72
implementation(" com.squareup.okhttp3:logging-interceptor:4.9.3" )
73
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.13.2.2" ) // remove when jackson-module-kotlin version is higher
73
74
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2" )
74
75
implementation(" org.altbeacon:android-beacon-library:2.19.4" )
75
76
}
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ dependencies {
101
101
implementation(" com.google.dagger:hilt-android:2.41" )
102
102
kapt(" com.google.dagger:hilt-android-compiler:2.41" )
103
103
104
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.13.2.2" ) // remove when jackson-module-kotlin version is higher
104
105
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2" )
105
106
implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
106
107
You can’t perform that action at this time.
0 commit comments