mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 12:32:30 +01:00
Remove jackson dependency
This commit is contained in:
parent
c8b32c0b37
commit
9021295afa
@ -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
|
||||
|
9
app/proguard-rules.pro
vendored
9
app/proguard-rules.pro
vendored
@ -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 {}
|
||||
|
@ -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
|
@ -16,8 +16,6 @@ object Versions {
|
||||
// https://mvnrepository.com/artifact/androidx.core/core-ktx?repo=google
|
||||
const val ktx = "1.1.0"
|
||||
|
||||
// https://github.com/FasterXML/jackson-core/releases
|
||||
const val jackson = "2.9.8"
|
||||
// https://github.com/jhy/jsoup/releases
|
||||
const val jsoup = "1.11.3"
|
||||
// https://github.com/square/leakcanary/releases
|
||||
|
Loading…
Reference in New Issue
Block a user