Merge pull request #100 from tooot-app/main

Ready for release 1.0
This commit is contained in:
xmflsct 2021-04-11 19:57:33 +02:00 committed by GitHub
commit 341cb11723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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",