1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Update android targetsdk to 36 (#24843)

* Update targetsdk to 36

* Combine duplicate code into a method

* Update dependencies and cmake

* Update Android base image

* Add TODO note above all file access intent

---------

Co-authored-by: Michał Janiszewski <janisozaur@gmail.com>
This commit is contained in:
Ethan O'Brien
2025-08-02 04:26:33 -05:00
committed by GitHub
parent b8e163ffcf
commit 9b2657ac62
8 changed files with 74 additions and 36 deletions

View File

@@ -605,7 +605,7 @@ jobs:
name: Android
runs-on: ubuntu-latest
needs: [check-code-formatting, build_variables]
container: openrct2/openrct2-build:18-android
container: openrct2/openrct2-build:20-android
steps:
- name: Checkout
uses: actions/checkout@v4