# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
# 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
# Uncomment the line if you want fastlane to automatically update itself
default_platform(:android)
desc "Runs all the tests"
desc "Submit a new Beta Build to Crashlytics Beta"
gradle(task: "clean assembleRelease")
# You can also use other beta testing services here
desc "Deploy a new version to the Google Play"
gradle(task: "clean assembleRelease")
desc "Upload a pre-built AAB to the Google Play"
aab: "../build/app/outputs/bundle/release/app-release.aab",