Skip to content

Commit c93d05b

Browse files
committed
chore: Update Jackson dependency and proguard config
1 parent 271708a commit c93d05b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

GPSTest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ dependencies {
165165
implementation 'androidx.viewpager2:viewpager2:1.0.0'
166166

167167
// 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'
170170

171171
// Multidex - Needed for APIs < 21
172172
implementation 'androidx.multidex:multidex:2.0.1'

GPSTest/proguard-project.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
# for SlidingUpPanelLayout and compiling with API 28 (see https://github.com/barbeau/gpstest/issues/273)
2929
-dontwarn com.sothree.**
3030
-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

0 commit comments

Comments
 (0)