I am getting this error when i am trying to release new version of the app
I am getting the same error if i change the android-minSdkVersion to 23 also.
Help me out! Thanks.
Change to compileSDKVersion as follows : *Remember to use the latest buildToolVersion with proper SDK Version installed .
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "com.company.yourapp"
minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName "1.0"
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
bu...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With