Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent 4526747 commit c48e6f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,17 @@ jobs:
- name: Build by eject eas
run: npx expo prebuild -p android --clean
- name: Build after eject eas
run: eas build --platform android --local

# - name: Remove prorietary bits (for fix f-droid)
# run: npx zx scripts/fit-f-droid.mjs

- name: Build apk
run: |
cd android
./gradlew -v
./gradlew assembleRelease -Pkotlin.jvm.target=17 --no-daemon
# - name: Build apk
# run: |
# cd android
# ./gradlew -v
# ./gradlew assembleRelease --no-daemon

## sign generated apk
- name: Sign APK
Expand Down

0 comments on commit c48e6f8

Please sign in to comment.