Skip to content

Commit

Permalink
Release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 24, 2022
1 parent 19286d2 commit cdbfeed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
## Version Release
This Is Latest Release

$version_release = 1.1.6
$version_release = 1.1.7

What's New??

Expand All @@ -33,7 +33,7 @@ What's New??

```kotlin
const val recyclerViewVersion = "4.0.5" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "4.2.8" // https://github.com/amirisback/frogo-admob
const val admobVersion = "4.2.9" // https://github.com/amirisback/frogo-admob
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification

Expand All @@ -60,7 +60,7 @@ repositories {
```kotlin
dependencies {
// library frogo-build-src
implementation("com.github.frogobox:frogo-build-src:1.1.6")
implementation("com.github.frogobox:frogo-build-src:1.1.7")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 1
const val VERSION_PATCH = 6
const val VERSION_PATCH = 7

// -----------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Frogo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
object Frogo {

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

Expand Down

0 comments on commit cdbfeed

Please sign in to comment.