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,
|
ipa: IPA_FILE,
|
||||||
demo_account_required: true,
|
demo_account_required: true,
|
||||||
distribute_external: true,
|
distribute_external: true,
|
||||||
groups: "测试用户",
|
groups: "尝鲜",
|
||||||
changelog: "感谢帮忙测试 tooot 🙏"
|
changelog: "感谢帮忙测试 tooot 🙏"
|
||||||
)
|
)
|
||||||
when "release"
|
when "release"
|
||||||
|
@ -144,7 +144,7 @@ private_lane :build_android do
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
track: "beta",
|
track: "alpha",
|
||||||
skip_upload_metadata: true,
|
skip_upload_metadata: true,
|
||||||
skip_upload_changelogs: true,
|
skip_upload_changelogs: true,
|
||||||
skip_upload_images: true,
|
skip_upload_images: true,
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"name": "tooot",
|
"name": "tooot",
|
||||||
"versions": {
|
"versions": {
|
||||||
"native": "210317",
|
"native": "210317",
|
||||||
"major": 0,
|
"major": 1,
|
||||||
"minor": 7,
|
"minor": 0,
|
||||||
"patch": 1,
|
"patch": 0,
|
||||||
"expo": "40.0.0"
|
"expo": "40.0.0"
|
||||||
},
|
},
|
||||||
"description": "tooot app for Mastodon",
|
"description": "tooot app for Mastodon",
|
||||||
|
|
Loading…
Reference in New Issue