feat: change nightly release versionName

This commit is contained in:
LucasGGamerM 2023-04-08 20:22:12 -03:00
parent 1f4970c0d2
commit 828617f7d7
1 changed files with 1 additions and 0 deletions

View File

@ -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) {