mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-23 22:17:22 +02:00
move some proguard rules to Commons
This commit is contained in:
parent
22b015937c
commit
5b88de8025
@ -41,7 +41,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:3.5.3'
|
implementation 'com.simplemobiletools:commons:3.5.4'
|
||||||
implementation 'joda-time:joda-time:2.9.9'
|
implementation 'joda-time:joda-time:2.9.9'
|
||||||
|
|
||||||
//debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
|
//debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
|
||||||
|
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -1,5 +0,0 @@
|
|||||||
# Joda
|
|
||||||
-dontwarn org.joda.convert.**
|
|
||||||
-dontwarn org.joda.time.**
|
|
||||||
-keep class org.joda.time.** { *; }
|
|
||||||
-keep interface org.joda.time.** { *; }
|
|
Loading…
x
Reference in New Issue
Block a user