3131
3232## Version Release
3333
34- $version_release = 5.3.3
34+ $version_release = 5.3.4
3535
3636 // Suport Library
37- $admob_version = 22.1 .0 // https://developers.google.com/admob/android/sdk
38- $unity_ad_version = 4.6 .1 // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
37+ $admob_version = 22.4 .0 // https://developers.google.com/admob/android/sdk
38+ $unity_ad_version = 4.9 .1 // https://developers.google.com/admob/android/mediation/unity#step_3_import_the_unity_ads_sdk_and_adapter
3939
4040What's New??
4141
4242 * Enhance Performance *
4343 * Refactoring Code *
44- * Update Admob Library Version 22.1 .0 *
44+ * Update Admob Library Version 22.4 .0 *
4545 * Deprecated Code *
4646
4747## How To Use / Implement This Project
@@ -83,16 +83,16 @@ allprojects {
8383 implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'
8484
8585 // library frogo-admob (Required - Recomended)
86- implementation 'com.github.amirisback:frogo-admob:5.3.3 '
86+ implementation 'com.github.amirisback:frogo-admob:5.3.4 '
8787
8888 // -----------------------------------------------------------------------------------------
8989 // For Single Library Patch
9090
9191 // library frogo-admob (Admob Only)
92- implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.3 '
92+ implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.4 '
9393
9494 // library frogo-admob (Unity Ads Only)
95- implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.3 '
95+ implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.4 '
9696 }
9797
9898#### <Option 2> Kotlin DSL
@@ -105,16 +105,16 @@ allprojects {
105105 implementation("com.unity3d.ads:unity-ads:${unity_ad_version}")
106106
107107 // library frogo-admob (Required - Recomended)
108- implementation("com.github.amirisback:frogo-admob:5.3.3 ")
108+ implementation("com.github.amirisback:frogo-admob:5.3.4 ")
109109
110110 // -----------------------------------------------------------------------------------------
111111 // For Single Library Patch
112112
113113 // library frogo-admob (Admob Only)
114- implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.3 ")
114+ implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.4 ")
115115
116116 // library frogo-admob (Unity Ads Only)
117- implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.3 ")
117+ implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.4 ")
118118
119119 }
120120
0 commit comments