Skip to content

Commit 14e3e9b

Browse files
authored
Release v1.0.7
1 parent aee85b0 commit 14e3e9b

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.6
22+
$version_release = 1.0.7
2323

2424
What's New??
2525

@@ -41,7 +41,7 @@ repositories {
4141
```kotlin
4242
dependencies {
4343
// library frogo-build-src
44-
implementation("com.github.frogobox:frogo-build-src:1.0.6")
44+
implementation("com.github.frogobox:frogo-build-src:1.0.7")
4545
}
4646
```
4747

@@ -85,12 +85,12 @@ dependencies {
8585
### Detail Version
8686
```kotlin
8787
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
88-
const val admobVersion = "4.2.1" // https://github.com/amirisback/frogo-admob
88+
const val admobVersion = "4.2.2" // https://github.com/amirisback/frogo-admob
8989
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
9090
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
9191

92-
const val sdkVersion = "0.0.1-beta08" // https://github.com/frogobox/frogo-sdk
93-
const val uiVersion = "0.0.1-beta04" // https://github.com/frogobox/frogo-ui
92+
const val sdkVersion = "0.0.1-beta09" // https://github.com/frogobox/frogo-sdk
93+
const val uiVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-ui
9494
const val consumeApiVersion = "2.0.1" // https://github.com/frogobox/frogo-consume-api
9595
```
9696

0 commit comments

Comments
 (0)