From d3f1c400719858fc22eefa0cbfe9485b8e9666af Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 10 May 2021 13:09:09 +0300 Subject: [PATCH] fix documentation replace the com.google.android.gms:play-services-ads:16.+ to com.google.android.gms:play-services-ads:19.+ --- Documentation/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/index.html b/Documentation/index.html index 393f6b4..d4b41ec 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -267,7 +267,7 @@ android.permission.WRITE_EXTERNAL_STORAGE

Than you have to add the following dependencies into your app gradle file:

dependencies {
     ....
-    implementation 'com.google.android.gms:play-services-ads:16.+'
+    implementation 'com.google.android.gms:play-services-ads:19.+'
 }

Banner is showed inside the following QML item:

import QtAndroidTools 1.0
@@ -320,7 +320,7 @@ android.permission.WRITE_EXTERNAL_STORAGE

Than you have to add the following dependencies into your app gradle file:

dependencies {
     ....
-    implementation 'com.google.android.gms:play-services-ads:16.+'
+    implementation 'com.google.android.gms:play-services-ads:19.+'
 }

Interstitial ad show on full screen but you have to define the AdMob unitId using the item as follow:

QtAndroidAdMobInterstitial {
@@ -365,7 +365,7 @@ android.permission.WRITE_EXTERNAL_STORAGE

Than you have to add the following dependencies into your app gradle file:

dependencies {
     ....
-    implementation 'com.google.android.gms:play-services-ads:16.+'
+    implementation 'com.google.android.gms:play-services-ads:19.+'
 }

Rewarded Video ad show on full screen but you have to define the AdMob unitId using the item as follow:

QtAndroidAdMobRewardedVideo {