mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-09 11:30:02 +00:00
Remove code committed accidentally
This commit is contained in:
parent
dbcb721dc2
commit
d442b45836
@ -56,9 +56,6 @@ android {
|
|||||||
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
|
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
|
||||||
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
|
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
|
||||||
}
|
}
|
||||||
applicationIdSuffix ".whatever"
|
|
||||||
resValue "string", "app_name", "NewPipe whatever"
|
|
||||||
archivesBaseName = 'NewPipe_whatever'
|
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
shrinkResources false // disabled to fix F-Droid's reproducible build
|
shrinkResources false // disabled to fix F-Droid's reproducible build
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
Loading…
Reference in New Issue
Block a user