mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Show correct path in error message
This commit is contained in:
@@ -51,7 +51,7 @@ if (localMapsPropertiesFile.exists()) {
|
|||||||
def wgerApiKey = wgerProperties.getProperty('WGER_API_KEY')
|
def wgerApiKey = wgerProperties.getProperty('WGER_API_KEY')
|
||||||
if(wgerApiKey == null){
|
if(wgerApiKey == null){
|
||||||
wgerApiKey = ""
|
wgerApiKey = ""
|
||||||
project.logger.error('Wger Api Key not configured. Set it in `app/wger.properties` or in the environment variable `WGER_API_KEY`')
|
project.logger.error('Wger Api Key not configured. Set it in `/fastlane/metadata/android/envfiles/wger.properties` or in the environment variable `WGER_API_KEY`')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
Reference in New Issue
Block a user