fredriksthlm So on github you emphasized that GMA SDK version has to be 21+, from which I assume that the one used by default is not? How can I use 21.2.0, is it as simple as adding this line of code in build.gradle
implementation 'com.google.android.gms:play-services-ads:21.2.0'
So it looks like this:
dependencies {
implementation "androidx.appcompat:appcompat:${cordovaConfig.ANDROIDX_APP_COMPAT_VERSION}"
implementation "androidx.webkit:webkit:${cordovaConfig.ANDROIDX_WEBKIT_VERSION}"
implementation "androidx.core:core-splashscreen:${cordovaConfig.ANDROIDX_CORE_SPLASHSCREEN_VERSION}"
implementation 'com.google.android.gms:play-services-ads:21.2.0'}
Or is there more to it?