Skip to content

Commit ae6b0b8

Browse files
graycreateclaude
andcommitted
feat: add Google Play signed APK download to GitHub releases
- Add download-signed-apk job to release workflow - Use bundletool to generate universal APK from Google Play AAB - Upload APK with _google_play_signed suffix to GitHub release - Include info file explaining Google Play signing process - Add fastlane/node_modules to .gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2cac939 commit ae6b0b8

File tree

470 files changed

+147858
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+147858
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ fastlane/*.json
2525
# Bundle
2626
vendor/bundle/
2727
.bundle/
28-
Gemfile.lock
28+
Gemfile.lockfastlane/node_modules/

fastlane/node_modules/.bin/playwright

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/node_modules/.bin/playwright-core

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/node_modules/.package-lock.json

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/node_modules/@playwright/test/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/node_modules/@playwright/test/NOTICE

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)