You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
(To verify that it was added I ran the command declare -px and it was shown in the exported list.)
However this will lead to
Error:(20, 1) A problem occurred configuring project ':app'.
Could not get unknown property 'crashlyticsdemoApikey' for project ':app' of type org.gradle.api.Project.
...when trying to run the project. It passed the CI, though. However I suggest you add to the README that you have to manually add the environment variable in the Setting of Travis.
The gradle.properties obviously works. Just want to let you know about the environment variable thing.
The text was updated successfully, but these errors were encountered:
So I tried to set the environment variable
export ORG_GRADLE_PROJECT_crashlyticsdemoApikey=cc238b2a4866c96030
(To verify that it was added I ran the command
declare -px
and it was shown in the exported list.)However this will lead to
Error:(20, 1) A problem occurred configuring project ':app'.
...when trying to run the project. It passed the CI, though. However I suggest you add to the README that you have to manually add the environment variable in the Setting of Travis.
The
gradle.properties
obviously works. Just want to let you know about the environment variable thing.The text was updated successfully, but these errors were encountered: