3131
3232## Version Release
3333
34- $version_release = 5.3.5
34+ $version_release = 5.3.6
3535
3636 // Suport Library
37- $admob_version = 22.6 .0 // https://developers.google.com/admob/android/sdk
37+ $admob_version = 23.0 .0 // https://developers.google.com/admob/android/sdk
3838 $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.6 .0 *
44+ * Update Admob Library Version 23.0 .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.5 '
86+ implementation 'com.github.amirisback:frogo-admob:5.3.6 '
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.5 '
92+ implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.6 '
9393
9494 // library frogo-admob (Unity Ads Only)
95- implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.5 '
95+ implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.6 '
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.5 ")
108+ implementation("com.github.amirisback:frogo-admob:5.3.6 ")
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.5 ")
114+ implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.6 ")
115115
116116 // library frogo-admob (Unity Ads Only)
117- implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.5 ")
117+ implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.6 ")
118118
119119 }
120120
0 commit comments