mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
fix the updater
This commit is contained in:
parent
7c9dd79069
commit
57535dabff
@ -41,6 +41,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
|
minifyEnabled true
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
debuggable true
|
debuggable true
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
resValue "string", "app_name", "LibreTube 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.
|
# debugging stack traces.
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
|
||||||
|
# prevents obfuscation in debug logs
|
||||||
|
-dontobfuscate
|
||||||
|
|
||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
#uncomment for debug
|
#uncomment for debug
|
||||||
#-keepnames class **
|
#-keepnames class **
|
||||||
|
|
||||||
|
# Keep data classes used for Retrofit
|
||||||
-keep class com.github.libretube.obj.** { *; }
|
-keep class com.github.libretube.obj.** { *; }
|
||||||
|
-keep class com.github.libretube.obj.update.** { *; }
|
||||||
# prevents android from removing it
|
|
||||||
-keep class com.github.libretube.obj.**.** { *; }
|
|
||||||
|
|
||||||
# prevents obfuscation in debug logs
|
|
||||||
-dontobfuscate
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user