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