Missing compileSdkVersion for google mobile ads

Issue defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.ringit2" minSdkVersion 21 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } Here is what I found on my build.gradle and I can’t find compileSdkVersion which I have to

Continue reading

Missing compileSdkVersion for google mobile ads

Issue defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.ringit2" minSdkVersion 21 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } Here is what I found on my build.gradle and I can’t find compileSdkVersion which I have to

Continue reading