diff --git a/fastlane/Appfile b/fastlane/Appfile index 7e91420..c443b27 100644 --- a/fastlane/Appfile +++ b/fastlane/Appfile @@ -1,2 +1,2 @@ -json_key_file("../api-7592231789318752674-817790-e2fecb9aaf18.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +json_key_file("../google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one package_name("net.schueller.peertube") # e.g. com.krausefx.app diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f1bb16e..98b7b97 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,3 +1,5 @@ +opt_out_usage + # This file contains the fastlane.tools configuration # You can find the documentation at https://docs.fastlane.tools # @@ -11,9 +13,7 @@ # # Uncomment the line if you want fastlane to automatically update itself -update_fastlane - -opt_out_usage +#update_fastlane default_platform(:android)