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

@ -57,6 +57,7 @@ Other changes:
non-client area (e.g. OS decorations) when app is not focused. (#6045, #6162)
- Backends: SDL2, SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically
increasing value. (#6189, #6114, #3644) [@adamkewley]
- Examples: Android: Fixed example build for Gradle 8. (#6229, #6227) [@duddel]
-----------------------------------------------------------------------