feat: change nightly release versionName
This commit is contained in:
@@ -17,6 +17,7 @@ android {
|
|||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
nightly{
|
nightly{
|
||||||
|
versionName "1.2.0+fork.moshinda@" + System.getenv("CURRENT_DATE")
|
||||||
storeFile = file("keystore/nightly_keystore.jks")
|
storeFile = file("keystore/nightly_keystore.jks")
|
||||||
storePassword System.getenv("SIGNING_STORE_PASSWORD")
|
storePassword System.getenv("SIGNING_STORE_PASSWORD")
|
||||||
if (storePassword == null) {
|
if (storePassword == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user