mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-08 10:12:50 +00:00
Android: Fixed CI keystore location
This commit is contained in:
parent
0cb66a8239
commit
44647fa9e3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ println("Version Name: $currentVersionName")
|
|||
println("Version Code: $currentVersionCode")
|
||||
|
||||
def keystoreProperties = new Properties()
|
||||
def keystorePropertiesFile = rootProject.file('/opt/key.properties')
|
||||
def keystorePropertiesFile = rootProject.file('/certs/key.properties')
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue