Skip to content

Commit d9a7453

Browse files
authored
Merge pull request #57 from defold/update-admob
Update SDK: Android:24.5.0, iOS:12.9.0
2 parents a265362 + 038a62d commit d9a7453

File tree

11 files changed

+211
-228
lines changed

11 files changed

+211
-228
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ builtins
1111
/.idea/
1212
/debug.keystore
1313
/debug.keystore.pass.txt
14+
/.editor_settings

extension-admob/api/admob.script_api

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,6 @@
414414
`admob.SIZE_LARGE_BANNER`,
415415
`admob.SIZE_LEADEARBOARD`,
416416
`admob.SIZE_MEDIUM_RECTANGLE`,
417-
`admob.SIZE_SEARH`,
418-
`admob.SIZE_SKYSCRAPER`,
419417
`admob.SIZE_SMART_BANNER`.
420418
Original docs
421419
[Android](https://developers.google.com/admob/android/banner#banner_sizes),
@@ -606,12 +604,6 @@
606604
- name: SIZE_MEDIUM_RECTANGLE
607605
type: number
608606

609-
- name: SIZE_SEARH
610-
type: number
611-
612-
- name: SIZE_SKYSCRAPER
613-
type: number
614-
615607
- name: SIZE_SMART_BANNER
616608
type: number
617609

extension-admob/manifests/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ repositories {
44

55
dependencies {
66
// https://developers.google.com/admob/android/quick-start#example_app-level_buildgradle_excerpt
7-
implementation 'com.google.android.gms:play-services-ads:22.6.0'
8-
implementation "androidx.lifecycle:lifecycle-common:2.3.1"
9-
implementation "androidx.lifecycle:lifecycle-process:2.3.1"
10-
annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.3.1"
7+
implementation "com.google.android.gms:play-services-ads:24.5.0"
8+
implementation "androidx.lifecycle:lifecycle-common:2.8.3"
9+
implementation "androidx.lifecycle:lifecycle-process:2.8.3"
10+
annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.8.3"
1111
}

0 commit comments

Comments
 (0)