Warnings Your app currently targets API level 25 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance.
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).
Tip: Change your app's target API level. Learn how.
I am using Cordova and Ionic 3.
Just built the app using: ionic cordova build android --release-prod
What should I do, ignore this or fix and how?
Thanks.