Skip to content

Commit cdbfeed

Browse files
committed
Release v1.1.7
1 parent 19286d2 commit cdbfeed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1.6
22+
$version_release = 1.1.7
2323

2424
What's New??
2525

@@ -33,7 +33,7 @@ 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.8" // https://github.com/amirisback/frogo-admob
36+
const val admobVersion = "4.2.9" // 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

@@ -60,7 +60,7 @@ repositories {
6060
```kotlin
6161
dependencies {
6262
// library frogo-build-src
63-
implementation("com.github.frogobox:frogo-build-src:1.1.6")
63+
implementation("com.github.frogobox:frogo-build-src:1.1.7")
6464
}
6565
```
6666

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object ProjectSetting {
2525

2626
const val VERSION_MAJOR = 1
2727
const val VERSION_MINOR = 1
28-
const val VERSION_PATCH = 6
28+
const val VERSION_PATCH = 7
2929

3030
// -----------------------------------------------------------------------------------------------------------------
3131

src/main/kotlin/Frogo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
object Frogo {
1515

1616
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
17-
const val admobVersion = "4.2.8" // https://github.com/amirisback/frogo-admob
17+
const val admobVersion = "4.2.9" // https://github.com/amirisback/frogo-admob
1818
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
1919
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
2020

0 commit comments

Comments
 (0)