android: target android 14 / sdk 34

This commit is contained in:
Flyinghead 2024-09-23 18:01:21 +02:00
parent 4baf529ff7
commit a46dc71156
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ def getSentryUrl = { ->
android {
namespace 'com.flycast.emulator'
ndkVersion '23.2.8568313'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.flycast.emulator"
minSdk 16
//noinspection ExpiredTargetSdkVersion
targetSdk 33
targetSdk 34
versionCode 8
versionName getVersionName()
vectorDrawables.useSupportLibrary = true