/opt/canhelp/apps/mobile/android/fastlane
Edit: /opt/canhelp/apps/mobile/android/fastlane/Appfile (253B)
play_store_json_key = ENV["PLAY_STORE_JSON_KEY"]&.strip
if play_store_json_key && !play_store_json_key.empty?
json_key_data(play_store_json_key)
else
json_key_file(File.expand_path("play-store-key.json", __dir__))
end
package_name("gr.canhelp.app")