Can cordova android@6.2.3 target SDK 26?
问题 My app is currently running cordova-android@6.2.3. I am getting notices from Google that my app is currently targeting SDK 25 and that I need to target SDK 26. From Google: From August 2018, new apps must target at least Android 8.0 (API level 26). From November 2018, app updates must target Android 8.0 (API level 26). I have a few months for app updates to continue to work but I am going to run into a wall here shortly. Can I simply just add targetSdkVersion 26 and expect my app to work?