SDL: updated project files to Android NDK 31

This commit is contained in:
Sergii Pylypenko
2021-11-27 23:13:15 +02:00
parent f7be0781d9
commit 87b27b3418
6 changed files with 13 additions and 10 deletions

View File

@@ -3,12 +3,12 @@ plugins {
}
android {
compileSdk 30
compileSdk 31
defaultConfig {
applicationId "net.olofson.ballfield"
minSdk 16
targetSdk 30
targetSdk 31
}
buildTypes {
@@ -29,6 +29,6 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.gms:play-services-games:21.0.0' // ==GOOGLEPLAYGAMESERVICES==
}