This commit is contained in:
unbranched 2020-01-04 12:02:37 +01:00
commit d4047e6d76
2 changed files with 7 additions and 1 deletions

View File

@ -69,7 +69,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.21.14'
implementation 'com.simplemobiletools:commons:5.21.17'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'it.sephiroth.android.exif:library:1.0.1'

View File

@ -12,3 +12,9 @@
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}
# RenderScript
-keepclasseswithmembernames class * {
native <methods>;
}
-keep class androidx.renderscript.** { *; }