mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
commit
f9553b5f77
@ -41,6 +41,8 @@ android {
|
||||
}
|
||||
|
||||
debug {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
debuggable true
|
||||
applicationIdSuffix ".debug"
|
||||
resValue "string", "app_name", "LibreTube Debug"
|
||||
|
13
app/proguard-rules.pro
vendored
13
app/proguard-rules.pro
vendored
@ -16,15 +16,16 @@
|
||||
# debugging stack traces.
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# prevents obfuscation in debug logs
|
||||
-dontobfuscate
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
#uncomment for debug
|
||||
#-keepnames class **
|
||||
|
||||
# Keep data classes used for Retrofit
|
||||
-keep class com.github.libretube.obj.** { *; }
|
||||
|
||||
# prevents android from removing it
|
||||
-keep class com.github.libretube.obj.**.** { *; }
|
||||
|
||||
# prevents obfuscation in debug logs
|
||||
-dontobfuscate
|
||||
-keep class com.github.libretube.obj.update.** { *; }
|
||||
|
Loading…
Reference in New Issue
Block a user