Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 804 Bytes

DEVELOPMENT.md

File metadata and controls

15 lines (8 loc) · 804 Bytes

Notes on setup of this extension

The extension uses iOS and Android SDKs.

Android SDK update

Open extension-admob/manifests/android/build.gradle and change version in compile 'com.google.android.gms:play-services-ads:X.X.X' to the latest.

Check Release Notes to make sure there are no breaking changes and all new APIs implemented.

iOS SDK update

Open extension-admob/manifests/ios/Podfile and change version in pod 'Google-Mobile-Ads-SDK', 'X.X.X' to the latest.

Check Release Notes to make sure there are no breaking changes and all new APIs implemented.