1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Examples: Fix Android example build for Gradle 8. (#6229)

This commit is contained in:
duddel 2023-03-07 07:17:56 +01:00 committed by ocornut
parent b6586bb06d
commit 57d0fcd021
5 changed files with 24 additions and 11 deletions

View file

@ -504,4 +504,4 @@ jobs:
- name: Build example_android_opengl3
run: |
cd examples/example_android_opengl3/android
gradle assembleDebug
gradle assembleDebug --stacktrace