Issue
I would like to know that if I want my app to support new Android phone which api level is 9.0(Pie), what value should I set for compileSdkVersion and targetSdkVersion on build.gradle.
Does anyone know about this?
Solution
Android 9 has API level 28. Full list here.
Answered By - Vinicius Pinto
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.