Skip to content

Commit

Permalink
chore(vision-qr-code-scanner): update to sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Maglie committed Nov 3, 2023
1 parent 4e635e2 commit 42dc67c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vision-qr-code-scanner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ plugins {
}

android {
compileSdk 31
compileSdk 34

defaultConfig {
applicationId "com.github.techisfun.android.qrcodescanner"
namespace "com.github.techisfun.android.qrcodescanner"
minSdk 23
targetSdk 31
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 42dc67c

Please sign in to comment.