2727
2828## Version Release
2929
30- $version_release = 5.2.3
30+ $version_release = 5.3.0
3131
3232 // Suport Library
3333 $admob_version = 22.1.0 // https://developers.google.com/admob/android/sdk
@@ -79,16 +79,16 @@ allprojects {
7979 implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'
8080
8181 // library frogo-admob (Required - Recomended)
82- implementation 'com.github.amirisback:frogo-admob:5.2.3 '
82+ implementation 'com.github.amirisback:frogo-admob:5.3.0 '
8383
8484 // -----------------------------------------------------------------------------------------
8585 // For Single Library Patch
8686
8787 // library frogo-admob (Admob Only)
88- implementation 'com.github.amirisback.frogo-admob:frogoadmob :5.2.3 '
88+ implementation 'com.github.amirisback.frogo-admob:ad-admob :5.3.0 '
8989
9090 // library frogo-admob (Unity Ads Only)
91- implementation 'com.github.amirisback.frogo-admob:frogounityad :5.2.3 '
91+ implementation 'com.github.amirisback.frogo-admob:ad-unityad :5.3.0 '
9292 }
9393
9494#### <Option 2> Kotlin DSL
@@ -101,16 +101,16 @@ allprojects {
101101 implementation("com.unity3d.ads:unity-ads:${unity_ad_version}")
102102
103103 // library frogo-admob (Required - Recomended)
104- implementation("com.github.amirisback:frogo-admob:5.2.3 ")
104+ implementation("com.github.amirisback:frogo-admob:5.3.0 ")
105105
106106 // -----------------------------------------------------------------------------------------
107107 // For Single Library Patch
108108
109109 // library frogo-admob (Admob Only)
110- implementation("com.github.amirisback.frogo-admob:frogoadmob :5.2.3 ")
110+ implementation("com.github.amirisback.frogo-admob:ad-admob :5.3.0 ")
111111
112112 // library frogo-admob (Unity Ads Only)
113- implementation("com.github.amirisback.frogo-admob:frogounityad :5.2.3 ")
113+ implementation("com.github.amirisback.frogo-admob:ad-unityad :5.3.0 ")
114114
115115 }
116116
0 commit comments