Skip to content

Commit

Permalink
Added wip android action info
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 24, 2024
1 parent b3b24a6 commit d8985f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
id: ndk
with:
ndk-version: r26d
link-to-sdk: true
local-cache: true

- name: Setup Rust
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,7 @@ jarsigner -keystore release-key.keystore ./path/to/apk alias_name
```

- After signing an `.apk` you can install the app on your device physically or using `adb install ./path/to/apk` (you should sign and install an `.apk` compatible with the ABI of your device).

<!-- WIP Github Action -->
<!-- locally: gpg -c --armor release.keystore => ANDROID_KEYSTORE -->
<!-- secrets: ANDROID_KEYSTORE, ANDROID_KEYSTORE_PASSWORD, ANDROID_KEYSTORE_ALIAS -->
1 change: 0 additions & 1 deletion gen/android/app/src/main/assets

This file was deleted.

0 comments on commit d8985f7

Please sign in to comment.