ionic-team / capacitor-barcode-scanner

https://capacitorjs.com/docs/apis/barcode-scanner
MIT License
11 stars 7 forks source link

fix(example-app): Set minSdkVersion version to 26 #9

Closed jcesarmobile closed 4 months ago

jcesarmobile commented 5 months ago

The barcode library requires minSdkVersion 26 and was downgraded. Looks like migrate command downgrades the minSdkVersion if the app has a newer version, will fix migrate command to not do that, but fixing the test app here as it doesn't build.