Skip to content

Commit d8985f7

Browse files
committed
Added wip android action info
1 parent b3b24a6 commit d8985f7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
id: ndk
3131
with:
3232
ndk-version: r26d
33-
link-to-sdk: true
3433
local-cache: true
3534

3635
- name: Setup Rust

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,7 @@ jarsigner -keystore release-key.keystore ./path/to/apk alias_name
199199
```
200200

201201
- 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).
202+
203+
<!-- WIP Github Action -->
204+
<!-- locally: gpg -c --armor release.keystore => ANDROID_KEYSTORE -->
205+
<!-- secrets: ANDROID_KEYSTORE, ANDROID_KEYSTORE_PASSWORD, ANDROID_KEYSTORE_ALIAS -->

gen/android/app/src/main/assets

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)