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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user