@@ -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.1.1
22
+ $version_release = 1.1.2
23
23
24
24
What's New??
25
25
@@ -33,14 +33,14 @@ What's New??
33
33
34
34
``` kotlin
35
35
const val recyclerViewVersion = " 4.0.5" // https://github.com/amirisback/frogo-recycler-view
36
- const val admobVersion = " 4.2.4 " // https://github.com/amirisback/frogo-admob
36
+ const val admobVersion = " 4.2.5 " // https://github.com/amirisback/frogo-admob
37
37
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log
38
38
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification
39
39
40
- const val uiVersion = " 0.0.1-beta05 " // https://github.com/frogobox/frogo-ui
41
- const val sdkVersion = " 0.0.1-beta10 " // https://github.com/frogobox/frogo-sdk
40
+ const val uiVersion = " 0.0.1-beta06 " // https://github.com/frogobox/frogo-ui
41
+ const val sdkVersion = " 0.0.2-beta01 " // https://github.com/frogobox/frogo-sdk
42
42
const val animationVersion = " 0.0.1-beta05" // https://github.com/frogobox/frogo-animation
43
- const val consumeApiVersion = " 2.0.3 " // https://github.com/frogobox/frogo-consume-api
43
+ const val consumeApiVersion = " 2.0.4 " // https://github.com/frogobox/frogo-consume-api
44
44
const val loadingIndicatorViewVersion = " 0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view
45
45
```
46
46
@@ -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.1.1 " )
63
+ implementation(" com.github.frogobox:frogo-build-src:1.1.2 " )
64
64
}
65
65
```
66
66
0 commit comments