File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ dependencies {
165
165
implementation ' androidx.viewpager2:viewpager2:1.0.0'
166
166
167
167
// Write GNSS antenna info to JSON
168
- implementation ' com.fasterxml.jackson.core:jackson-core:2.12.4 '
169
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.4 '
168
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.14.2 '
169
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.14.2 '
170
170
171
171
// Multidex - Needed for APIs < 21
172
172
implementation ' androidx.multidex:multidex:2.0.1'
Original file line number Diff line number Diff line change 28
28
# for SlidingUpPanelLayout and compiling with API 28 (see https://github.com/barbeau/gpstest/issues/273)
29
29
-dontwarn com.sothree.**
30
30
-keep class com.sothree.**
31
- -keep interface com.sothree.**
31
+ -keep interface com.sothree.**
32
+
33
+ # for Jackon and outputting AntennaInfo
34
+ -dontwarn java.beans.ConstructorProperties
35
+ -dontwarn java.beans.Transient
You can’t perform that action at this time.
0 commit comments