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.6
22
+ $version_release = 1.0.7
23
23
24
24
What's New??
25
25
@@ -41,7 +41,7 @@ repositories {
41
41
``` kotlin
42
42
dependencies {
43
43
// library frogo-build-src
44
- implementation(" com.github.frogobox:frogo-build-src:1.0.6 " )
44
+ implementation(" com.github.frogobox:frogo-build-src:1.0.7 " )
45
45
}
46
46
```
47
47
@@ -85,12 +85,12 @@ dependencies {
85
85
### Detail Version
86
86
``` kotlin
87
87
const val recyclerViewVersion = " 4.0.5" // https://github.com/amirisback/frogo-recycler-view
88
- const val admobVersion = " 4.2.1 " // https://github.com/amirisback/frogo-admob
88
+ const val admobVersion = " 4.2.2 " // https://github.com/amirisback/frogo-admob
89
89
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log
90
90
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification
91
91
92
- const val sdkVersion = " 0.0.1-beta08 " // https://github.com/frogobox/frogo-sdk
93
- const val uiVersion = " 0.0.1-beta04 " // https://github.com/frogobox/frogo-ui
92
+ const val sdkVersion = " 0.0.1-beta09 " // https://github.com/frogobox/frogo-sdk
93
+ const val uiVersion = " 0.0.1-beta05 " // https://github.com/frogobox/frogo-ui
94
94
const val consumeApiVersion = " 2.0.1" // https://github.com/frogobox/frogo-consume-api
95
95
```
96
96
You can’t perform that action at this time.
0 commit comments