We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcb721 commit d442b45Copy full SHA for d442b45
1 file changed
app/build.gradle
@@ -56,9 +56,6 @@ android {
56
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
57
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
58
}
59
- applicationIdSuffix ".whatever"
60
- resValue "string", "app_name", "NewPipe whatever"
61
- archivesBaseName = 'NewPipe_whatever'
62
minifyEnabled true
63
shrinkResources false // disabled to fix F-Droid's reproducible build
64
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
0 commit comments