fix documentation

replace the com.google.android.gms:play-services-ads:16.+ to com.google.android.gms:play-services-ads:19.+
This commit is contained in:
Andrei Yankovich 2021-05-10 13:09:09 +03:00
parent fb3474dd18
commit d3f1c40071

View File

@ -267,7 +267,7 @@ android.permission.WRITE_EXTERNAL_STORAGE</pre>
<p>Than you have to add the following dependencies into your app gradle file:</p>
<pre class="prettyprint">dependencies {
....
implementation 'com.google.android.gms:play-services-ads:16.+'
implementation 'com.google.android.gms:play-services-ads:19.+'
}</pre>
<p>Banner is showed inside the following QML item:</p>
<pre class="prettyprint">import QtAndroidTools 1.0
@ -320,7 +320,7 @@ android.permission.WRITE_EXTERNAL_STORAGE</pre>
<p>Than you have to add the following dependencies into your app gradle file:</p>
<pre class="prettyprint">dependencies {
....
implementation 'com.google.android.gms:play-services-ads:16.+'
implementation 'com.google.android.gms:play-services-ads:19.+'
}</pre>
<p>Interstitial ad show on full screen but you have to define the AdMob <i>unitId</i> using the item as follow:</p>
<pre class="prettyprint">QtAndroidAdMobInterstitial {
@ -365,7 +365,7 @@ android.permission.WRITE_EXTERNAL_STORAGE</pre>
<p>Than you have to add the following dependencies into your app gradle file:</p>
<pre class="prettyprint">dependencies {
....
implementation 'com.google.android.gms:play-services-ads:16.+'
implementation 'com.google.android.gms:play-services-ads:19.+'
}</pre>
<p>Rewarded Video ad show on full screen but you have to define the AdMob <i>unitId</i> using the item as follow:</p>
<pre class="prettyprint">QtAndroidAdMobRewardedVideo {