Drop deprecated non-working archivesBaseName property
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
7be0c63773
commit
3784dbd4ca
1 changed files with 0 additions and 3 deletions
|
|
@ -60,7 +60,6 @@ android {
|
||||||
} else {
|
} else {
|
||||||
applicationIdSuffix = ".debug.$normalizedWorkingBranch"
|
applicationIdSuffix = ".debug.$normalizedWorkingBranch"
|
||||||
resValue("string", "app_name", "NewPipe $workingBranch")
|
resValue("string", "app_name", "NewPipe $workingBranch")
|
||||||
setProperty("archivesBaseName", "NewPipe_$normalizedWorkingBranch")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -68,12 +67,10 @@ android {
|
||||||
System.getProperty("packageSuffix")?.let { suffix ->
|
System.getProperty("packageSuffix")?.let { suffix ->
|
||||||
applicationIdSuffix = suffix
|
applicationIdSuffix = suffix
|
||||||
resValue("string", "app_name", "NewPipe $suffix")
|
resValue("string", "app_name", "NewPipe $suffix")
|
||||||
setProperty("archivesBaseName", "NewPipe_" + System.getProperty("packageSuffix"))
|
|
||||||
}
|
}
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = true
|
||||||
isShrinkResources = false // disabled to fix F-Droid"s reproducible build
|
isShrinkResources = 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")
|
||||||
setProperty("archivesBaseName", "app")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue