Remove unused proguard files from debug builds

This commit is contained in:
Bnyro 2023-02-02 17:19:03 +01:00 committed by GitHub
parent 8d11d06d6d
commit 4153643833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ android {
}
debug {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
debuggable true
applicationIdSuffix ".debug"
resValue "string", "app_name", "LibreTube Debug"