Skip to content

Commit 4a13214

Browse files
authored
Release v1.0.6
1 parent 197318c commit 4a13214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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.5
22+
$version_release = 1.0.6
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.5")
44+
implementation("com.github.frogobox:frogo-build-src:1.0.6")
4545
}
4646
```
4747

@@ -85,7 +85,7 @@ 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.0" // https://github.com/amirisback/frogo-admob
88+
const val admobVersion = "4.2.1" // 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

0 commit comments

Comments
 (0)