Stop using Android draft releases

This commit is contained in:
Ken-ichi Ueda
2024-02-08 18:58:22 -08:00
parent 4b929a8e6f
commit bf3f755c31
2 changed files with 10 additions and 12 deletions

View File

@@ -16,17 +16,17 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.883.0)
aws-sdk-core (3.190.3)
aws-partitions (1.888.0)
aws-sdk-core (3.191.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.76.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.142.0)
aws-sdk-core (~> 3, >= 3.189.0)
aws-sdk-s3 (1.143.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
@@ -210,7 +210,7 @@ GEM
minitest (5.21.2)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.3.0)
multipart-post (2.4.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
@@ -258,7 +258,7 @@ GEM
uber (0.1.0)
unicode-display_width (2.5.0)
word_wrap (1.0.0)
xcodeproj (1.23.0)
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
@@ -275,7 +275,7 @@ PLATFORMS
DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
cocoapods (>= 1.11.3)
cocoapods (>= 1.13, < 1.15)
fastlane
nokogiri
@@ -283,4 +283,4 @@ RUBY VERSION
ruby 2.7.5p203
BUNDLED WITH
2.4.13
2.3.9

View File

@@ -402,8 +402,6 @@ lane :internal do
upload_to_play_store(
aab: aab_path,
track: "internal",
# TODO promote build to closed testing and jump through play store hoops
release_status: "draft",
version_name: last_tag
)