Reputation: 11
When I raise my app on Google play This shows me the problem
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. Change your app's target API level to at least 26
You have updated sdk the latest version
Please help how I change API level to at least 26 in Unity
Thanks
Upvotes: 1
Views: 8581
Reputation: 1481
Upvotes: 0
Reputation: 5035
Target API level is a setting in PlayerSetting. Just change it there
Upvotes: 0
Reputation: 2603
Just open your build.gradle(Module: app) and change your compileSdkVersion and targetSdkVersion 26 or more than 26.
Upvotes: 2