mirror of
https://github.com/QuasarApp/QtAndroidTools.git
synced 2025-04-26 04:54:32 +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:
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>
|
||||
<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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user