@@ -19,29 +19,27 @@ Repository for testing build from jitpack.io
19
19
## Version Release
20
20
This Is Latest Release
21
21
22
- $version_release = 1.1.8-beta02
22
+ $version_release = 1.1.9
23
23
24
24
What's New??
25
25
26
26
[ ![ FrogoRecyclerView] ( https://jitpack.io/v/amirisback/frogo-recycler-view.svg?style=flat-square )] ( https://jitpack.io/#amirisback/frogo-recycler-view )
27
27
[ ![ FrogoAdmob] ( https://jitpack.io/v/amirisback/frogo-admob.svg?style=flat-square )] ( https://jitpack.io/#amirisback/frogo-admob )
28
- [ ![ FrogoLog] ( https://jitpack.io/v/amirisback/frogo-log.svg?style=flat-square )] ( https://jitpack.io/#amirisback/frogo-log )
29
- [ ![ FrogoNotification] ( https://jitpack.io/v/amirisback/frogo-notification.svg?style=flat-square )] ( https://jitpack.io/#amirisback/frogo-notification )
30
28
[ ![ FrogoSDK] ( https://jitpack.io/v/frogobox/frogo-sdk.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-sdk )
31
29
[ ![ FrogoUI] ( https://jitpack.io/v/frogobox/frogo-ui.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-ui )
32
30
[ ![ FrogoConsumeApi] ( https://jitpack.io/v/frogobox/frogo-consume-api.svg?style=flat-square )] ( https://jitpack.io/#frogobox/frogo-consume-api )
33
31
34
32
``` kotlin
35
- const val recyclerViewVersion = " 4.0.5 " // https://github.com/amirisback/frogo-recycler-view
36
- const val admobVersion = " 4.2.9 " // https://github.com/amirisback/frogo-admob
37
- const val logVersion = " 2 .0.9 " // https://github.com/amirisback /frogo-log
38
- const val notificationVersion = " 1.1.1 " // https://github.com/amirisback /frogo-notification
39
-
40
- const val uiVersion = " 0.0.1-beta07 " // https://github.com/frogobox/frogo-ui
41
- const val sdkVersion = " 0 .0.2-beta01 " // https://github.com/frogobox /frogo-sdk
42
- const val animationVersion = " 0.0.1-beta05 " // https://github.com/frogobox /frogo-animation
43
- const val consumeApiVersion = " 2 .0.4 " // https://github.com/frogobox/frogo-consume-api
44
- const val loadingIndicatorViewVersion = " 0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view
33
+ const val recyclerViewVersion = " 4.0.7 " // https://github.com/amirisback/frogo-recycler-view
34
+ const val admobVersion = " 4.3.1 " // https://github.com/amirisback/frogo-admob
35
+ const val uiVersion = " 0 .0.1 " // https://github.com/frogobox /frogo-ui
36
+ const val sdkVersion = " 0.0.2 " // https://github.com/frogobox /frogo-sdk
37
+ const val consumeApiVersion = " 2.0.5 " // https://github.com/frogobox/frogo-consume-api
38
+
39
+ const val logVersion = " 2 .0.9 " // https://github.com/amirisback /frogo-log [DEPRECATED]
40
+ const val notificationVersion = " 1.1.1 " // https://github.com/amirisback /frogo-notification [DEPRECATED]
41
+ const val animationVersion = " 0 .0.1-beta05 " // https://github.com/frogobox/frogo-animation [DEPRECATED]
42
+ const val loadingIndicatorViewVersion = " 0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view [DEPRECATED]
45
43
```
46
44
47
45
## Download this project
@@ -60,7 +58,7 @@ repositories {
60
58
``` kotlin
61
59
dependencies {
62
60
// library frogo-build-src
63
- implementation(" com.github.frogobox:frogo-build-src:1.1.8-beta02 " )
61
+ implementation(" com.github.frogobox:frogo-build-src:1.1.9 " )
64
62
}
65
63
```
66
64
0 commit comments