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 4c509e9 commit 195e699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.0.1 # use the gradle version I saw on eas build's console, which might match the kotlin version?
- name: Install Android Build Tools
run: |
yes | sdkmanager --install "build-tools;29.0.3"
- name: Get pnpm store directory
shell: bash
Expand Down Expand Up @@ -89,7 +92,7 @@ jobs:
- name: Build apk
run: |
cd android
cat /home/runner/work/TidGi-Mobile/TidGi-Mobile/android/app/src/main/java/ren/onetwo/mobile/MainActivity.kt
cat /home/runner/work/TidGi-Mobile/TidGi-Mobile/android/app/src/main/java/ren/onetwo/tidgi/mobile/MainActivity.kt
./gradlew clean
./gradlew -v
./gradlew assembleRelease --no-daemon --warning-mode all
Expand Down

0 comments on commit 195e699

Please sign in to comment.