repo created
This commit is contained in:
commit
93184d21d1
1403 changed files with 189511 additions and 0 deletions
22
fastlane/Fastfile
Normal file
22
fastlane/Fastfile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# This is the minimum version number required.
|
||||
fastlane_version "2.58.0"
|
||||
|
||||
skip_docs
|
||||
|
||||
## public lanes
|
||||
|
||||
desc "Upload Alpha version to play store"
|
||||
lane :uploadAlphaToPlayStore do |options|
|
||||
upload_to_play_store(
|
||||
skip_upload_images: true,
|
||||
skip_upload_aab: true,
|
||||
skip_upload_changelogs: true,
|
||||
skip_upload_metadata: true,
|
||||
skip_upload_screenshots: true,
|
||||
track: 'alpha',
|
||||
apk: "/home/androiddaily/apks-talk/android-talk-" + options[:version] + ".apk",
|
||||
)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue