From a16c7014f890c64c4a4b37693c6f1448fa8d7954 Mon Sep 17 00:00:00 2001 From: benibela Date: Sun, 22 Oct 2023 23:15:21 +0200 Subject: [PATCH] target android 33 --- android/android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/android/build.gradle b/android/android/build.gradle index 0a92423d..0d72db02 100644 --- a/android/android/build.gradle +++ b/android/android/build.gradle @@ -7,7 +7,7 @@ plugins { android { - compileSdkVersion 31 + compileSdkVersion 33 buildToolsVersion "30.0.3" viewBinding.enabled = true ndkVersion "19.2.5345600" @@ -15,7 +15,7 @@ android defaultConfig { minSdkVersion 14 - targetSdkVersion 31 + targetSdkVersion 33 ndk { abiFilters 'armeabi-v7a', 'x86', 'armeabi', 'arm64-v8a', 'x86_64' }