2121- Green : Success / Pass (Use It)
2222
2323## ScreenShot Apps
24- | Banner and Interstitial | RecyclerView with Banner | Rewarded Apps |
25- | :------------------------------------------------------------------:| :------------------------------------------------------------------:| :------------------------------------------------------------------:|
26- | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_1.png " > | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_2.png " > | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_3.png " > |
24+ | Banner and Interstitial | RecyclerView with Banner |
25+ | :------------------------------------------------------------------:| :------------------------------------------------------------------:|
26+ | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_1.png " > | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_2.png " > |
27+
28+ | User Messaging Platform | Rewarded Apps |
29+ | :--------------------------------------------------------------:| :------------------------------------------------------------------:|
30+ | <img width =" 200px " height =" 360px " src =" docs/image/ss-ump.jpg " > | <img width =" 200px " height =" 360px " src =" docs/image/ss_image_3.png " > |
2731
2832## Version Release
2933
30- $version_release = 5.3.0
34+ $version_release = 5.3.1
3135
3236 // Suport Library
3337 $admob_version = 22.1.0 // https://developers.google.com/admob/android/sdk
@@ -79,16 +83,16 @@ allprojects {
7983 implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'
8084
8185 // library frogo-admob (Required - Recomended)
82- implementation 'com.github.amirisback:frogo-admob:5.3.0 '
86+ implementation 'com.github.amirisback:frogo-admob:5.3.1 '
8387
8488 // -----------------------------------------------------------------------------------------
8589 // For Single Library Patch
8690
8791 // library frogo-admob (Admob Only)
88- implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.0 '
92+ implementation 'com.github.amirisback.frogo-admob:ad-admob:5.3.1 '
8993
9094 // library frogo-admob (Unity Ads Only)
91- implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.0 '
95+ implementation 'com.github.amirisback.frogo-admob:ad-unityad:5.3.1 '
9296 }
9397
9498#### <Option 2> Kotlin DSL
@@ -101,16 +105,16 @@ allprojects {
101105 implementation("com.unity3d.ads:unity-ads:${unity_ad_version}")
102106
103107 // library frogo-admob (Required - Recomended)
104- implementation("com.github.amirisback:frogo-admob:5.3.0 ")
108+ implementation("com.github.amirisback:frogo-admob:5.3.1 ")
105109
106110 // -----------------------------------------------------------------------------------------
107111 // For Single Library Patch
108112
109113 // library frogo-admob (Admob Only)
110- implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.0 ")
114+ implementation("com.github.amirisback.frogo-admob:ad-admob:5.3.1 ")
111115
112116 // library frogo-admob (Unity Ads Only)
113- implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.0 ")
117+ implementation("com.github.amirisback.frogo-admob:ad-unityad:5.3.1 ")
114118
115119 }
116120
0 commit comments