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"