diff --git a/android/app/build.gradle b/android/app/build.gradle index a59c596..0426aad 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -112,7 +112,7 @@ android { applicationId "com.lightningnfcapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 25 + versionCode 26 versionName "0.3.0" } diff --git a/android/build.gradle b/android/build.gradle index 68e0673..3100446 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,14 +4,14 @@ buildscript { ext { buildToolsVersion = "33.0.0" minSdkVersion = 21 - compileSdkVersion = 31 - targetSdkVersion = 31 + compileSdkVersion = 33 + targetSdkVersion = 33 // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. ndkVersion = "23.1.7779620" - VisionCameraCodeScanner_targetSdkVersion = 31 //add - VisionCameraCodeScanner_compileSdkVersion = 31 //add + VisionCameraCodeScanner_targetSdkVersion = 33 //add + VisionCameraCodeScanner_compileSdkVersion = 33 //add } repositories { google()