4
0
mirror of https://github.com/QuasarApp/QtAndroidTools.git synced 2025-04-30 06:54:31 +00:00

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

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