1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Compile with NDK r27c

This commit is contained in:
Michał Janiszewski
2024-12-09 22:48:06 +01:00
parent d546b10884
commit 990614bc1f

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdk 34
buildToolsVersion "34.0.0"
ndkVersion "26.2.11394342" // Latest r26c (LTS), to be synced with CI container image
compileSdk 35
buildToolsVersion "35.0.0"
ndkVersion "27.2.12479018" // Latest r27c (LTS), to be synced with CI container image
namespace "io.openrct2"
defaultConfig {
applicationId 'io.openrct2'
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 28
versionCode 5