I have been building a project and testing it on the Android emulator.
I realized that I set the minSdkVersion to 10. Now, I have a phone to test the p
minSdkVersion
Open the app/build.gradle file and check the property field compileSdkVersion in the android section. Change it to what you prefer.
app/build.gradle
compileSdkVersion
android
If you have imported external libraries into your application (Ex: facebook), then make sure to check facebook/build.gradle also.
facebook/build.gradle