From 066cb45c8c7218dc5960d56c8ef26bd77b191d2e Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 20 Jul 2026 18:31:21 +0200 Subject: [PATCH] test --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 62b8375..af5b708 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,6 @@ npx cap sync #### Android -The barcode scanner plugin requires a minimum Android SDK target of 26. This is higher than the default that comes with your Capacitor application. You can update this value in your `android/variables.gradle` file. - -```gradle -ext { - minSdkVersion = 26 -} -``` - Note: Android with `ZXING` scanning library supports all formats, while `MLKIT` supports all except `MAXICODE`, `RSS_14`, `RSS_EXPANDED` and `UPC_EAN_EXTENSION` - using one of these in `hint` will default to scanning any format. #### iOS