Edit app name, package name and branding.
This commit is contained in:
parent
5ca55a54d2
commit
2cf06cff40
220 changed files with 1054 additions and 995 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -1,7 +1,7 @@
|
|||
-dontwarn
|
||||
-ignorewarnings
|
||||
|
||||
-keep class com.dkanada.gramophone.**.* { *; }
|
||||
-keep class org.adrianvictor.geleia.**.* { *; }
|
||||
-keepnames class **.* { *; }
|
||||
-keepattributes SourceFile
|
||||
-keepattributes LineNumberTable
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Glide
|
||||
-keep public class * extends com.bumptech.glide.module.AppGlideModule
|
||||
-keep class com.bumptech.glide.GeneratedAppGlideModuleImpl
|
||||
-keep class org.bumptech.glide.GeneratedAppGlideModuleImpl
|
||||
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
|
||||
**[] $VALUES;
|
||||
public *;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue