feat: change nightly release versionName
This commit is contained in:
parent
1f4970c0d2
commit
828617f7d7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue