cleanup: apk produced by gradle is now called 'Deltachat' instead of 'Signal'

This commit is contained in:
Angelo Fuchs 2018-11-22 13:58:39 +01:00
parent 7b6af2557d
commit df37936ca9
No known key found for this signature in database
GPG key ID: 6BB146C6DFF747FB

View file

@ -261,7 +261,7 @@ android {
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
project.ext.set("archivesBaseName", "Signal");
project.ext.set("archivesBaseName", "Deltachat");
buildConfigField "long", "BUILD_TIMESTAMP", getLastCommitTimestamp() + "L"
buildConfigField "String", "SIGNAL_URL", "\"https://textsecure-service.whispersystems.org\""