Edit app name, package name and branding.

This commit is contained in:
天クマ 2026-01-21 18:50:48 -03:00
commit 2cf06cff40
220 changed files with 1054 additions and 995 deletions

View file

@ -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 *;