File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727
2828## Version Release
2929
30- $version_release = 4.2.7
30+ $version_release = 4.2.8
3131
3232 // Suport Library
3333 $admob_version = 20.6.0
@@ -83,7 +83,7 @@ allprojects {
8383 implementation 'com.unity3d.ads:unity-ads:${unity_ad_version}'
8484
8585 // library frogo-admob-helper
86- implementation 'com.github.amirisback:frogo-admob:4.2.7 '
86+ implementation 'com.github.amirisback:frogo-admob:4.2.8 '
8787 }
8888
8989#### <Option 2> Kotlin DSL
@@ -96,7 +96,7 @@ allprojects {
9696 implementation("com.unity3d.ads:unity-ads:${unity_ad_version}")
9797
9898 // library frogo-admob-helper
99- implementation("com.github.amirisback:frogo-admob:4.2.7 ")
99+ implementation("com.github.amirisback:frogo-admob:4.2.8 ")
100100 }
101101
102102### Step 3. Adding meta-data on AndroidManifest.xml
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object ProjectSetting {
2424
2525 const val VERSION_MAJOR = 4
2626 const val VERSION_MINOR = 2
27- const val VERSION_PATCH = 7
27+ const val VERSION_PATCH = 8
2828
2929 const val PROJECT_COMPILE_SDK = 31
3030 const val PROJECT_MIN_SDK = 21
You can’t perform that action at this time.
0 commit comments