File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.5
22
+ $version_release = 1.0.6
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.5 " )
44
+ implementation(" com.github.frogobox:frogo-build-src:1.0.6 " )
45
45
}
46
46
```
47
47
@@ -85,7 +85,7 @@ 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.0 " // https://github.com/amirisback/frogo-admob
88
+ const val admobVersion = " 4.2.1 " // 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
You can’t perform that action at this time.
0 commit comments