feat: update Android client to support dynamic port assignment and improve asset handling

This commit is contained in:
Sarto
2026-03-31 19:00:25 +03:30
parent 037ecab7c8
commit 4e9019d43f
4 changed files with 93 additions and 13 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ jobs:
run: |
test -f artifacts/thefeed-client-android-arm64
mkdir -p android/app/src/main/assets
cp artifacts/thefeed-client-android-arm64 android/app/src/main/assets/thefeed-client
chmod +x android/app/src/main/assets/thefeed-client
cp artifacts/thefeed-client-android-arm64 android/app/src/main/assets/thefeed-client-arm64
chmod +x android/app/src/main/assets/thefeed-client-arm64
- name: Decode signing keystore
if: env.KEYSTORE_BASE64 != ''