Skip to content

Commit

Permalink
Update iOS and Android to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Jan 15, 2022
1 parent c1e0fac commit 8d2b44d
Show file tree
Hide file tree
Showing 193 changed files with 9,127 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/2018.3326/android/corona.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
implementation("com.appodeal.ads.sdk.networks:admob:2.10.1.12")
implementation("com.appodeal.ads.sdk.networks:admob:2.11.0.17")
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleVersion</key>
<string>8.3.0</string>
<string>8.9.1</string>
<key>DTSDKName</key>
<string>iphonesimulator11.2</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>GoogleAppMeasurementIdentitySupport</string>
<key>CFBundleIdentifier</key>
<string>com.firebase.Firebase-GoogleAppMeasurementIdentitySupport</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>GoogleAppMeasurementIdentitySupport</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleVersion</key>
<string>8.9.1</string>
<key>DTSDKName</key>
<string>iphonesimulator11.2</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file modified plugins/2018.3326/iphone-sim/libAPDGoogleAdMobAdapter.a
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/2018.3326/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local metadata =
{
format = 'staticLibrary',
staticLibs = { 'APDGoogleAdMobAdapter', },
frameworks = { 'GoogleAppMeasurement', 'GoogleMobileAds', 'UserMessagingPlatform', 'FBLPromises', 'GoogleUtilities', 'nanopb', },
frameworks = { 'GoogleAppMeasurement', 'GoogleAppMeasurementIdentitySupport', 'GoogleMobileAds', 'FBLPromises', 'GoogleUtilities', 'nanopb', },
frameworksOptional = {},
},
}
Expand Down
Loading

0 comments on commit 8d2b44d

Please sign in to comment.