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"
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Joda
|
|
||||||
-dontwarn org.joda.convert.**
|
|
||||||
-dontwarn org.joda.time.**
|
|
||||||
-keep class org.joda.time.** { *; }
|
|
||||||
-keep interface org.joda.time.** { *; }
|
|
Loading…
Reference in New Issue