gem-cordova-android-gradle-injector 3.0.6 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin.xml +21 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gem-cordova-android-gradle-injector",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Cordova plugin to inject any Android Gradle dependencies for GDevelop or Cordova apps, you need the injector script for admob to work",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "gem-cordova-android-gradle-injector",
|
package/plugin.xml
CHANGED
|
@@ -57,25 +57,25 @@
|
|
|
57
57
|
<config-file target="*-Info.plist" parent="SKAdNetworkItems">
|
|
58
58
|
<array>
|
|
59
59
|
<dict>
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
60
|
+
<key>SKAdNetworkIdentifier</key>
|
|
61
|
+
<string>su67r6k2v3.skadnetwork</string>
|
|
62
|
+
</dict>
|
|
63
|
+
<dict>
|
|
64
|
+
<key>SKAdNetworkIdentifier</key>
|
|
65
|
+
<string>v9wttpbfk9.skadnetwork</string>
|
|
66
|
+
</dict>
|
|
67
|
+
<dict>
|
|
68
|
+
<key>SKAdNetworkIdentifier</key>
|
|
69
|
+
<string>n38lu8286q.skadnetwork</string>
|
|
70
|
+
</dict>
|
|
71
|
+
<dict>
|
|
72
|
+
<key>SKAdNetworkIdentifier</key>
|
|
73
|
+
<string>cstr6suwn9.skadnetwork</string>
|
|
74
|
+
</dict>
|
|
75
|
+
<dict>
|
|
76
|
+
<key>SKAdNetworkIdentifier</key>
|
|
77
|
+
<string>4fzdc2evr5.skadnetwork</string>
|
|
78
|
+
</dict>
|
|
79
79
|
</array>
|
|
80
80
|
</config-file>
|
|
81
81
|
<!-- Required iOS System Frameworks -->
|
|
@@ -106,16 +106,8 @@
|
|
|
106
106
|
</config>
|
|
107
107
|
<pods use-frameworks="true">
|
|
108
108
|
<!-- AppLovin SDK -->
|
|
109
|
-
<pod name="AppLovinSDK" />
|
|
110
|
-
|
|
111
|
-
<pod name="Google-Mobile-Ads-SDK" />
|
|
112
|
-
<!-- Facebook Audience Network -->
|
|
113
|
-
<pod name="FBAudienceNetwork" />
|
|
114
|
-
<!-- Unity Ads -->
|
|
115
|
-
<pod name="UnityAds" />
|
|
116
|
-
<!-- IronSource -->
|
|
117
|
-
<pod name="IronSourceSDK" />
|
|
118
|
-
<!-- AppLovin Mediation Adapters -->
|
|
109
|
+
<pod name="AppLovinSDK" version="12.4.1" />
|
|
110
|
+
|
|
119
111
|
<pod name="AppLovinMediationGoogleAdapter" />
|
|
120
112
|
<pod name="AppLovinMediationFacebookAdapter" />
|
|
121
113
|
<pod name="AppLovinMediationUnityAdsAdapter" />
|