cranberrygame / cordova-plugin-ad-admob

Other
10 stars 26 forks source link

android sdk dependency #15

Open ngdlmk opened 7 years ago

ngdlmk commented 7 years ago

this is great work but you must replace in plugin.xml with this

dependency id="cordova-plugin-ad-admob-sdk" url="https://github.com/cranberrygame/cordova-plugin-ad-admob-sdk" (deprecated it cause problem)

framework src="com.google.android.gms:play-services-ads:+" (correct version)

just change this line with correct version if you have error

cranberrygame commented 7 years ago

Hi,

Following is already applied to https://github.com/cranberrygame/cordova-plugin-extras-google-play-services

<framework src="com.google.android.gms:play-services-games:+" />
<framework src="com.google.android.gms:play-services-plus:+" />
<framework src="com.google.android.gms:play-services-ads:+" />

Thanks Sang Ki Kwon