android: target android 14 / sdk 34
This commit is contained in:
parent
4baf529ff7
commit
a46dc71156
|
@ -19,13 +19,13 @@ def getSentryUrl = { ->
|
||||||
android {
|
android {
|
||||||
namespace 'com.flycast.emulator'
|
namespace 'com.flycast.emulator'
|
||||||
ndkVersion '23.2.8568313'
|
ndkVersion '23.2.8568313'
|
||||||
compileSdk 33
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.flycast.emulator"
|
applicationId "com.flycast.emulator"
|
||||||
minSdk 16
|
minSdk 16
|
||||||
//noinspection ExpiredTargetSdkVersion
|
//noinspection ExpiredTargetSdkVersion
|
||||||
targetSdk 33
|
targetSdk 34
|
||||||
versionCode 8
|
versionCode 8
|
||||||
versionName getVersionName()
|
versionName getVersionName()
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
Loading…
Reference in New Issue