Skip to content

Commit

Permalink
update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Dec 17, 2023
1 parent 2c582fa commit f48ab72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension-admob/manifests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ repositories {

dependencies {
// https://developers.google.com/admob/android/quick-start#example_app-level_buildgradle_excerpt
implementation 'com.google.android.gms:play-services-ads:22.5.0'
implementation 'com.google.android.gms:play-services-ads:22.6.0'
}
2 changes: 1 addition & 1 deletion extension-admob/manifests/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
platform :ios, '11.0'
pod 'Google-Mobile-Ads-SDK', '10.12.0'
pod 'Google-Mobile-Ads-SDK', '10.14.0'
2 changes: 1 addition & 1 deletion extension-admob/src/admob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace dmAdmob {

static const char DEFOLD_USERAGENT[] = "defold-3.4.0";
static const char DEFOLD_USERAGENT[] = "defold-3.4.1";

static int Lua_Initialize(lua_State* L)
{
Expand Down

0 comments on commit f48ab72

Please sign in to comment.