IBM / Ionic-MFP-App

This repository contains instructions to develop a secure, enterprise-grade Ionic/Cordova based hybrid mobile app that connects to CouchDB/Cloudant and ObjectStorage via IBM Mobile Foundation service.
https://developer.ibm.com/patterns/develop-hybrid-mobile-app-with-cloud-native-back-end/
Apache License 2.0
15 stars 25 forks source link

step 7.3 target **Already Is** Android API 23 #4

Closed scottdangelo closed 6 years ago

scottdangelo commented 6 years ago

Just FYI, the instructions in step 7.3 state that you can change the Android API to level 23 in config.xml, but it already is:

    <preference name="android-targetSdkVersion" value="23" />

This is good, since not many phones will support API 26. But the README should probably be changed, since it might confuse the user.

shivahr commented 6 years ago

https://github.com/IBM/Ionic-MFP-App/pull/11 closes this.