From 094a7a970b338ada7372439955d334cc5036c8a7 Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sat, 29 Aug 2020 22:50:00 +0200 Subject: [PATCH] Automated builds --- fastlane/Appfile | 2 +- fastlane/Fastfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)