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 1142c14 commit 5aa3ad8
Show file tree
Hide file tree
Showing 11 changed files with 5 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:ironsource:2.10.1.12")
implementation("com.appodeal.ads.sdk.networks:ironsource:2.11.0.18")
}
Binary file added plugins/2018.3326/iphone-sim/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified plugins/2018.3326/iphone-sim/libAPDIronSourceAdapter.a
100755 → 100644
Binary file not shown.
Binary file added plugins/2018.3326/iphone-sim/libIronSource.a
Binary file not shown.
4 changes: 2 additions & 2 deletions plugins/2018.3326/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDIronSourceAdapter', },
frameworks = { 'IronSource', },
staticLibs = { 'APDIronSourceAdapter',"IronSource" },
frameworks = {},
frameworksOptional = {},
},
}
Expand Down
Binary file added plugins/2018.3326/iphone/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified plugins/2018.3326/iphone/libAPDIronSourceAdapter.a
100755 → 100644
Binary file not shown.
Binary file added plugins/2018.3326/iphone/libIronSource.a
Binary file not shown.
4 changes: 2 additions & 2 deletions plugins/2018.3326/iphone/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ local metadata =
plugin =
{
format = 'staticLibrary',
staticLibs = { 'APDIronSourceAdapter', },
frameworks = { 'IronSource', },
staticLibs = { 'APDIronSourceAdapter', "IronSource"},
frameworks = {},
frameworksOptional = {},
},
}
Expand Down

0 comments on commit 5aa3ad8

Please sign in to comment.