@@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
19
19
## Version Release
20
20
This Is Latest Release
21
21
22
- $version_release = 1.5.1
22
+ $version_release = 1.5.2
23
23
24
24
What's New??
25
25
@@ -30,11 +30,11 @@ What's New??
30
30
[ ![ FrogoConsumeApi] ( https://jitpack.io/v/frogobox/frogo-consume-api.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-consume-api )
31
31
32
32
``` kotlin
33
- const val recyclerViewVersion = " 4.3.6 " // https://github.com/amirisback/frogo-recycler-view
34
- const val admobVersion = " 5.3.5 " // https://github.com/amirisback/frogo-admob
35
- const val uiVersion = " 2.0.1 " // https://github.com/frogobox/frogo-ui
36
- const val sdkVersion = " 2.2.5 " // https://github.com/frogobox/frogo-sdk
37
- const val consumeApiVersion = " 2.5.2 " // https://github.com/frogobox/frogo-consume-api
33
+ const 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
38
38
const val keyboardVersion = " 1.1.5" // https://github.com/amirisback/keyboard
39
39
40
40
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
@@ -60,7 +60,7 @@ repositories {
60
60
``` kotlin
61
61
dependencies {
62
62
// library frogo-build-src
63
- implementation(" com.github.frogobox:frogo-build-src:1.5.1 " )
63
+ implementation(" com.github.frogobox:frogo-build-src:1.5.2 " )
64
64
}
65
65
```
66
66
0 commit comments