File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.0.9
22
+ $version_release = 1.1.0
23
23
24
24
What's New??
25
25
@@ -33,13 +33,13 @@ 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.3 " // https://github.com/amirisback/frogo-admob
36
+ const val admobVersion = " 4.2.4 " // 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 sdkVersion = " 0.0.1-beta09 " // https://github.com/frogobox/frogo-sdk
40
+ const val sdkVersion = " 0.0.1-beta10 " // https://github.com/frogobox/frogo-sdk
41
41
const val uiVersion = " 0.0.1-beta05" // https://github.com/frogobox/frogo-ui
42
- const val consumeApiVersion = " 2.0.2 " // https://github.com/frogobox/frogo-consume-api
42
+ const val consumeApiVersion = " 2.0.3 " // https://github.com/frogobox/frogo-consume-api
43
43
const val animationVersion = " 0.0.1-beta05" // https://github.com/frogobox/frogo-animation
44
44
```
45
45
@@ -59,7 +59,7 @@ repositories {
59
59
``` kotlin
60
60
dependencies {
61
61
// library frogo-build-src
62
- implementation(" com.github.frogobox:frogo-build-src:1.0.9 " )
62
+ implementation(" com.github.frogobox:frogo-build-src:1.1.0 " )
63
63
}
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments