Skip to content

Commit

Permalink
Update target sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehjung15 committed Dec 21, 2023
1 parent ef4a4f6 commit 19115d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ android {
applicationId "com.lightningnfcapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 25
versionCode 26
versionName "0.3.0"
}

Expand Down
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 19115d9

Please sign in to comment.