diff --git a/.github/workflows/build-f-droid-apk.yml b/.github/workflows/build-f-droid-apk.yml index 58a7f8e..a9c9233 100644 --- a/.github/workflows/build-f-droid-apk.yml +++ b/.github/workflows/build-f-droid-apk.yml @@ -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