android: raise minSdk to 26 for barcode-scanner plugin

@capacitor/barcode-scanner v3 pulls in ionbarcode-android:2.0.1, which
declares minSdk 26. The inherited Ditto minSdk of 24 fails the manifest
merger. Raise the floor to 26 (Android 8.0) as the merger recommends.
This commit is contained in:
Chad Curtis
2026-06-02 03:21:22 -05:00
parent 13a0bb3e3a
commit f0c3ff1a80
+1 -1
View File
@@ -1,5 +1,5 @@
ext {
minSdkVersion = 24
minSdkVersion = 26
compileSdkVersion = 36
targetSdkVersion = 36
androidxActivityVersion = '1.11.0'