From 42dc67cca9af55ec009e6270acf47f717b0da4d4 Mon Sep 17 00:00:00 2001 From: Andrea Maglie Date: Fri, 3 Nov 2023 11:05:37 +0100 Subject: [PATCH] chore(vision-qr-code-scanner): update to sdk 34 --- vision-qr-code-scanner/app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vision-qr-code-scanner/app/build.gradle b/vision-qr-code-scanner/app/build.gradle index de3d931..c29f19a 100644 --- a/vision-qr-code-scanner/app/build.gradle +++ b/vision-qr-code-scanner/app/build.gradle @@ -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"