@@ -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.9
22
+ $version_release = 1.3.0
23
23
24
24
What's New??
25
25
@@ -30,16 +30,17 @@ 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.8 " // https://github.com/amirisback/frogo-recycler-view
34
- const val admobVersion = " 4.4 .0" // https://github.com/amirisback/frogo-admob
33
+ const val recyclerViewVersion = " 4.2.1 " // https://github.com/amirisback/frogo-recycler-view
34
+ const val admobVersion = " 5.0 .0" // https://github.com/amirisback/frogo-admob
35
35
const val uiVersion = " 1.0.6" // https://github.com/frogobox/frogo-ui
36
- const val sdkVersion = " 1.1.0 " // https://github.com/frogobox/frogo-sdk
37
- const val consumeApiVersion = " 2.3.3 " // https://github.com/frogobox/frogo-consume-api
36
+ const val sdkVersion = " 2.0.2 " // https://github.com/frogobox/frogo-sdk
37
+ const val consumeApiVersion = " 2.3.5 " // https://github.com/frogobox/frogo-consume-api
38
38
39
39
const val logVersion = " 2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
40
40
const val notificationVersion = " 1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
41
41
const val animationVersion = " 0.0.1-beta05" // https://github.com/frogobox/frogo-animation [DEPRECATED]
42
42
const val loadingIndicatorViewVersion = " 0.0.1-beta01" // https://github.com/frogobox/frogo-loading-indicator-view [DEPRECATED]
43
+
43
44
```
44
45
45
46
## Download this project
@@ -58,7 +59,7 @@ repositories {
58
59
``` kotlin
59
60
dependencies {
60
61
// library frogo-build-src
61
- implementation(" com.github.frogobox:frogo-build-src:1.2.9 " )
62
+ implementation(" com.github.frogobox:frogo-build-src:1.3.0 " )
62
63
}
63
64
```
64
65
0 commit comments