SDL: updated project files to Android NDK 31
This commit is contained in:
@@ -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==
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user