Skip to content

Commit

Permalink
Automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schueller committed Aug 29, 2020
1 parent 35e4184 commit 094a7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
opt_out_usage

# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
Expand All @@ -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)

Expand Down

0 comments on commit 094a7a9

Please sign in to comment.