File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
1919## Version Release
2020This Is Latest Release
2121
22- $version_release = 1.5.2
22+ $version_release = 1.5.3
2323
2424What's New??
2525
@@ -31,10 +31,11 @@ What's New??
3131
3232``` kotlin
3333const val recyclerViewVersion = " 4.4.1" // https://github.com/amirisback/frogo-recycler-view
34- const val admobVersion = " 5.3.6" // https://github.com/amirisback/frogo-admob
35- const val uiVersion = " 2.0.2" // https://github.com/frogobox/frogo-ui
36- const val sdkVersion = " 2.2.6" // https://github.com/frogobox/frogo-sdk
37- const val consumeApiVersion = " 2.5.3" // https://github.com/frogobox/frogo-consume-api
34+ const val admobVersion = " 5.3.7" // https://github.com/amirisback/frogo-admob
35+ const val uiVersion = " 2.0.3" // https://github.com/frogobox/frogo-ui
36+ const val sdkVersion = " 2.2.7" // https://github.com/frogobox/frogo-sdk
37+ const val consumeApiVersion = " 2.5.4" // https://github.com/frogobox/frogo-consume-api
38+
3839const val keyboardVersion = " 1.1.5" // https://github.com/amirisback/keyboard
3940
4041const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
@@ -60,7 +61,7 @@ repositories {
6061``` kotlin
6162dependencies {
6263 // library frogo-build-src
63- implementation(" com.github.frogobox:frogo-build-src:1.5.2 " )
64+ implementation(" com.github.frogobox:frogo-build-src:1.5.3 " )
6465}
6566```
6667
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object ProjectSetting {
2525
2626 const val VERSION_MAJOR = 1
2727 const val VERSION_MINOR = 5
28- const val VERSION_PATCH = 2
28+ const val VERSION_PATCH = 3
2929
3030 // -----------------------------------------------------------------------------------------------------------------
3131
Original file line number Diff line number Diff line change 1414object Frogo {
1515
1616 const val recyclerViewVersion = " 4.4.1" // https://github.com/amirisback/frogo-recycler-view
17- const val admobVersion = " 5.3.6" // https://github.com/amirisback/frogo-admob
18- const val uiVersion = " 2.0.2" // https://github.com/frogobox/frogo-ui
19- const val sdkVersion = " 2.2.6" // https://github.com/frogobox/frogo-sdk
20- const val consumeApiVersion = " 2.5.3" // https://github.com/frogobox/frogo-consume-api
17+ const val admobVersion = " 5.3.7" // https://github.com/amirisback/frogo-admob
18+ const val uiVersion = " 2.0.3" // https://github.com/frogobox/frogo-ui
19+ const val sdkVersion = " 2.2.7" // https://github.com/frogobox/frogo-sdk
20+ const val consumeApiVersion = " 2.5.4" // https://github.com/frogobox/frogo-consume-api
21+
2122 const val keyboardVersion = " 1.1.5" // https://github.com/amirisback/keyboard
2223
2324 const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
You can’t perform that action at this time.
0 commit comments