From 9021295afa84ebd4839027f56d4c594f3b8cd0da Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 29 Sep 2019 02:19:08 -0700 Subject: Remove jackson dependency --- app/build.gradle | 2 -- app/proguard-rules.pro | 9 --------- app/src/main/play/en-US/whatsnew | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 745a1559..ee8cf5d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -269,8 +269,6 @@ dependencies { //noinspection GradleDependency kapt kau.Dependencies.glideKapt - implementation "com.fasterxml.jackson.core:jackson-databind:${Versions.jackson}" - //noinspection GradleDependency releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${Versions.leakCanary}" //noinspection GradleDependency diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index cdb57300..bd716244 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -21,15 +21,6 @@ **[] $VALUES; public *; } -# Jackson --keep @com.fasterxml.jackson.annotation.JsonIgnoreProperties class * { *; } --keep @com.fasterxml.jackson.annotation.JsonCreator class * { *; } --keep @com.fasterxml.jackson.annotation.JsonValue class * { *; } --keep class com.fasterxml.** { *; } --keepnames class com.fasterxml.jackson.** { *; } --keepclassmembers public final enum com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility { - public static final com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility *; -} # Kotlin coroutines -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {} -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 02fdef9b..2c68cc55 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -3,4 +3,4 @@ v2.4.1 * Add better support for mobile url conversions * Notification tab will keep first page in the same window; fixes marking notifications as read * Fix nav and status bar icon colors for custom themes (Android O+) -* Fix biometric prompt, and prompt on activity resume +* Fix biometric prompt, and prompt on activity resume \ No newline at end of file -- cgit v1.2.3