Revert "feat: add build.gradle parameters for nightly builds"
This reverts commit 14775aeb67.
This commit is contained in:
@@ -32,19 +32,6 @@ android {
|
|||||||
nightly{
|
nightly{
|
||||||
versionNameSuffix '-nightly'
|
versionNameSuffix '-nightly'
|
||||||
applicationIdSuffix '.nightly'
|
applicationIdSuffix '.nightly'
|
||||||
|
|
||||||
def tmpFilePath = System.getProperty("user.home") + "/work/_temp/keystore/"
|
|
||||||
def allFilesFromDir = new File(tmpFilePath).listFiles()
|
|
||||||
|
|
||||||
if (allFilesFromDir != null) {
|
|
||||||
def keystoreFile = allFilesFromDir.first()
|
|
||||||
keystoreFile.renameTo("keystore/nightly_keystore.jks")
|
|
||||||
}
|
|
||||||
|
|
||||||
storeFile = file("keystore/nightly_keystore.jks")
|
|
||||||
storePassword System.getenv("SIGNING_STORE_PASSWORD")
|
|
||||||
keyAlias System.getenv("SIGNING_KEY_ALIAS")
|
|
||||||
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
|
|
||||||
}
|
}
|
||||||
playRelease{
|
playRelease{
|
||||||
initWith release
|
initWith release
|
||||||
|
|||||||
Reference in New Issue
Block a user