1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-19 01:17:39 +00:00

Remove code committed accidentally

This commit is contained in:
Stypox
2024-07-25 20:58:29 +02:00
parent dbcb721dc2
commit d442b45836

View File

@@ -56,9 +56,6 @@ android {
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
}
applicationIdSuffix ".whatever"
resValue "string", "app_name", "NewPipe whatever"
archivesBaseName = 'NewPipe_whatever'
minifyEnabled true
shrinkResources false // disabled to fix F-Droid's reproducible build
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'