Check build android (retry again with jdk21) 1935
Sync Source to Host / sync-source (push) Successful in 21s
Verify Android Runner / verify (push) Successful in 21s
Verify Android Runner / build-android (push) Successful in 3m27s

This commit is contained in:
2026-08-12 19:35:42 +07:00
parent 87c09efd28
commit 629ca79dd2
+5 -1
View File
@@ -70,4 +70,8 @@ jobs:
- name: Build Android Debug APK
run: ./gradlew :androidApp:assembleDebug --stacktrace
run: ./gradlew :androidApp:assembleDebug --stacktrace
- name: Find APK
run: |
find . -name "*.apk"