Skip to content

Commit 3703775

Browse files
authored
Release v1.1.0
1 parent df37bb7 commit 3703775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
1919
## Version Release
2020
This Is Latest Release
2121

22-
$version_release = 1.0.9
22+
$version_release = 1.1.0
2323

2424
What's New??
2525

@@ -33,13 +33,13 @@ What's New??
3333

3434
```kotlin
3535
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
36-
const val admobVersion = "4.2.3" // https://github.com/amirisback/frogo-admob
36+
const val admobVersion = "4.2.4" // https://github.com/amirisback/frogo-admob
3737
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
3838
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
3939

40-
const val sdkVersion = "0.0.1-beta09" // https://github.com/frogobox/frogo-sdk
40+
const val sdkVersion = "0.0.1-beta10" // https://github.com/frogobox/frogo-sdk
4141
const val uiVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-ui
42-
const val consumeApiVersion = "2.0.2" // https://github.com/frogobox/frogo-consume-api
42+
const val consumeApiVersion = "2.0.3" // https://github.com/frogobox/frogo-consume-api
4343
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation
4444
```
4545

@@ -59,7 +59,7 @@ repositories {
5959
```kotlin
6060
dependencies {
6161
// library frogo-build-src
62-
implementation("com.github.frogobox:frogo-build-src:1.0.9")
62+
implementation("com.github.frogobox:frogo-build-src:1.1.0")
6363
}
6464
```
6565

0 commit comments

Comments
 (0)