File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
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.2.2
22
+ $version_release = 1.2.3
23
23
24
24
What's New??
25
25
@@ -30,12 +30,11 @@ What's New??
30
30
[ ![ FrogoConsumeApi] ( https://jitpack.io/v/frogobox/frogo-consume-api.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-consume-api )
31
31
32
32
``` kotlin
33
- const val recyclerViewVersion = " 4.1.1 " // https://github.com/amirisback/frogo-recycler-view
34
- const val admobVersion = " 4.3.5 " // https://github.com/amirisback/frogo-admob
33
+ const val recyclerViewVersion = " 4.1.3 " // https://github.com/amirisback/frogo-recycler-view
34
+ const val admobVersion = " 4.3.6 " // https://github.com/amirisback/frogo-admob
35
35
const val uiVersion = " 1.0.0" // https://github.com/frogobox/frogo-ui
36
- const val sdkVersion = " 1.0.2" // https://github.com/frogobox/frogo-sdk
37
- const val consumeApiVersion = " 2.2.1" // https://github.com/frogobox/frogo-consume-api
38
-
36
+ const val sdkVersion = " 1.0.3" // https://github.com/frogobox/frogo-sdk
37
+ const val consumeApiVersion = " 2.2.2" // https://github.com/frogobox/frogo-consume-api
39
38
40
39
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
41
40
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
@@ -59,7 +58,7 @@ repositories {
59
58
``` kotlin
60
59
dependencies {
61
60
// library frogo-build-src
62
- implementation(" com.github.frogobox:frogo-build-src:1.2.2 " )
61
+ implementation(" com.github.frogobox:frogo-build-src:1.2.3 " )
63
62
}
64
63
```
65
64
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 = 2
28
- const val VERSION_PATCH = 2
28
+ const val VERSION_PATCH = 3
29
29
30
30
// -----------------------------------------------------------------------------------------------------------------
31
31
Original file line number Diff line number Diff line change 13
13
14
14
object Frogo {
15
15
16
- const val recyclerViewVersion = " 4.1.1 " // https://github.com/amirisback/frogo-recycler-view
17
- const val admobVersion = " 4.3.5 " // https://github.com/amirisback/frogo-admob
16
+ const val recyclerViewVersion = " 4.1.3 " // https://github.com/amirisback/frogo-recycler-view
17
+ const val admobVersion = " 4.3.6 " // https://github.com/amirisback/frogo-admob
18
18
const val uiVersion = " 1.0.0" // https://github.com/frogobox/frogo-ui
19
- const val sdkVersion = " 1.0.2 " // https://github.com/frogobox/frogo-sdk
20
- const val consumeApiVersion = " 2.2.1 " // https://github.com/frogobox/frogo-consume-api
19
+ const val sdkVersion = " 1.0.3 " // https://github.com/frogobox/frogo-sdk
20
+ const val consumeApiVersion = " 2.2.2 " // https://github.com/frogobox/frogo-consume-api
21
21
22
22
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
23
23
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
You can’t perform that action at this time.
0 commit comments