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:
@@ -1,5 +1,5 @@
|
||||
ext {
|
||||
minSdkVersion = 24
|
||||
minSdkVersion = 26
|
||||
compileSdkVersion = 36
|
||||
targetSdkVersion = 36
|
||||
androidxActivityVersion = '1.11.0'
|
||||
|
||||
Reference in New Issue
Block a user