Skip to content

Commit

Permalink
chore: Update Jackson dependency and proguard config
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Apr 12, 2023
1 parent 271708a commit c93d05b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GPSTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ dependencies {
implementation 'androidx.viewpager2:viewpager2:1.0.0'

// Write GNSS antenna info to JSON
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.4'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'

// Multidex - Needed for APIs < 21
implementation 'androidx.multidex:multidex:2.0.1'
Expand Down
6 changes: 5 additions & 1 deletion GPSTest/proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
# for SlidingUpPanelLayout and compiling with API 28 (see https://github.com/barbeau/gpstest/issues/273)
-dontwarn com.sothree.**
-keep class com.sothree.**
-keep interface com.sothree.**
-keep interface com.sothree.**

# for Jackon and outputting AntennaInfo
-dontwarn java.beans.ConstructorProperties
-dontwarn java.beans.Transient

0 comments on commit c93d05b

Please sign in to comment.