mirror of https://github.com/tooot-app/app
Ready for release 1.0
This commit is contained in:
parent
4df121e01a
commit
2064ebb5ad
|
@ -94,7 +94,7 @@ private_lane :build_ios do
|
|||
ipa: IPA_FILE,
|
||||
demo_account_required: true,
|
||||
distribute_external: true,
|
||||
groups: "测试用户",
|
||||
groups: "尝鲜",
|
||||
changelog: "感谢帮忙测试 tooot 🙏"
|
||||
)
|
||||
when "release"
|
||||
|
@ -144,7 +144,7 @@ private_lane :build_android do
|
|||
}
|
||||
)
|
||||
upload_to_play_store(
|
||||
track: "beta",
|
||||
track: "alpha",
|
||||
skip_upload_metadata: true,
|
||||
skip_upload_changelogs: true,
|
||||
skip_upload_images: true,
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"name": "tooot",
|
||||
"versions": {
|
||||
"native": "210317",
|
||||
"major": 0,
|
||||
"minor": 7,
|
||||
"patch": 1,
|
||||
"major": 1,
|
||||
"minor": 0,
|
||||
"patch": 0,
|
||||
"expo": "40.0.0"
|
||||
},
|
||||
"description": "tooot app for Mastodon",
|
||||
|
|
Loading…
Reference in New Issue