mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-07 23:58:59 +01:00
Merge branch 'master' of https://github.com/SimpleMobileTools/Simple-Gallery
This commit is contained in:
commit
d4047e6d76
@ -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'
|
||||
|
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@ -12,3 +12,9 @@
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
static ** CREATOR;
|
||||
}
|
||||
|
||||
# RenderScript
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
-keep class androidx.renderscript.** { *; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user