Update fastlane
@@ -1,2 +1,2 @@
|
|||||||
json_key_file "/home/geoffroy/Documents/doNext/Google_Play_Android_Developer-f0d4d7f99344.json" # Path to the json secret file - Follow https://github.com/fastlane/supply#setup to get one
|
json_key_file("../..//Downloads/donext-f9e67-1184ae400b09.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||||
package_name "com.wismna.geoffroy.donext" # e.g. com.krausefx.app
|
package_name("com.wismna.geoffroy.donext") # e.g. com.krausefx.app
|
||||||
|
@@ -1,25 +1,21 @@
|
|||||||
# Customise this file, documentation can be found here:
|
# This file contains the fastlane.tools configuration
|
||||||
# https://github.com/fastlane/fastlane/tree/master/fastlane/docs
|
# You can find the documentation at https://docs.fastlane.tools
|
||||||
# All available actions: https://docs.fastlane.tools/actions
|
#
|
||||||
# can also be listed using the `fastlane actions` command
|
# For a list of all available actions, check out
|
||||||
|
#
|
||||||
|
# https://docs.fastlane.tools/actions
|
||||||
|
#
|
||||||
|
# For a list of all available plugins, check out
|
||||||
|
#
|
||||||
|
# https://docs.fastlane.tools/plugins/available-plugins
|
||||||
|
#
|
||||||
|
|
||||||
# Change the syntax highlighting to Ruby
|
# Uncomment the line if you want fastlane to automatically update itself
|
||||||
# All lines starting with a # are ignored when running `fastlane`
|
|
||||||
|
|
||||||
# If you want to automatically update fastlane if a new version is available:
|
|
||||||
# update_fastlane
|
# update_fastlane
|
||||||
|
|
||||||
# This is the minimum version number required.
|
default_platform(:android)
|
||||||
# Update this, if you use features of a newer version
|
|
||||||
fastlane_version "2.38.1"
|
|
||||||
|
|
||||||
default_platform :android
|
|
||||||
|
|
||||||
platform :android do
|
platform :android do
|
||||||
before_all do
|
|
||||||
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
|
|
||||||
end
|
|
||||||
|
|
||||||
desc "Runs all the tests"
|
desc "Runs all the tests"
|
||||||
lane :test do
|
lane :test do
|
||||||
gradle(task: "test")
|
gradle(task: "test")
|
||||||
@@ -27,40 +23,16 @@ platform :android do
|
|||||||
|
|
||||||
desc "Submit a new Beta Build to Crashlytics Beta"
|
desc "Submit a new Beta Build to Crashlytics Beta"
|
||||||
lane :beta do
|
lane :beta do
|
||||||
gradle(task: "assembleRelease")
|
gradle(task: "clean assembleRelease")
|
||||||
crashlytics
|
crashlytics
|
||||||
|
|
||||||
# sh "your_script.sh"
|
# sh "your_script.sh"
|
||||||
# You can also use other beta testing services here
|
# You can also use other beta testing services here
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Deploy a new version to the Google Play"
|
desc "Deploy a new version to the Google Play"
|
||||||
lane :deploy do
|
lane :deploy do
|
||||||
gradle(task: "assembleRelease")
|
gradle(task: "clean assembleRelease")
|
||||||
supply
|
upload_to_play_store
|
||||||
end
|
|
||||||
|
|
||||||
# You can define as many lanes as you want
|
|
||||||
|
|
||||||
after_all do |lane|
|
|
||||||
# This block is called, only if the executed lane was successful
|
|
||||||
|
|
||||||
# slack(
|
|
||||||
# message: "Successfully deployed new App Update."
|
|
||||||
# )
|
|
||||||
end
|
|
||||||
|
|
||||||
error do |lane, exception|
|
|
||||||
# slack(
|
|
||||||
# message: exception.message,
|
|
||||||
# success: false
|
|
||||||
# )
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
# More information about multiple platforms in fastlane: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Platforms.md
|
|
||||||
# All available actions: https://docs.fastlane.tools/actions
|
|
||||||
|
|
||||||
# fastlane reports which actions are used. No personal data is recorded.
|
|
||||||
# Learn more at https://github.com/fastlane/fastlane#metrics
|
|
||||||
|
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 131 KiB |