File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files 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.1.6
22
+ $version_release = 1.1.7
23
23
24
24
What's New??
25
25
@@ -33,7 +33,7 @@ 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.8 " // https://github.com/amirisback/frogo-admob
36
+ const val admobVersion = " 4.2.9 " // 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
@@ -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.6 " )
63
+ implementation(" com.github.frogobox:frogo-build-src:1.1.7 " )
64
64
}
65
65
```
66
66
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object ProjectSetting {
25
25
26
26
const val VERSION_MAJOR = 1
27
27
const val VERSION_MINOR = 1
28
- const val VERSION_PATCH = 6
28
+ const val VERSION_PATCH = 7
29
29
30
30
// -----------------------------------------------------------------------------------------------------------------
31
31
Original file line number Diff line number Diff line change 14
14
object Frogo {
15
15
16
16
const val recyclerViewVersion = " 4.0.5" // https://github.com/amirisback/frogo-recycler-view
17
- const val admobVersion = " 4.2.8 " // https://github.com/amirisback/frogo-admob
17
+ const val admobVersion = " 4.2.9 " // https://github.com/amirisback/frogo-admob
18
18
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log
19
19
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification
20
20
You can’t perform that action at this time.
0 commit comments