Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 3, 2023
1 parent 43b1d32 commit 305cf83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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.4.1
$version_release = 1.4.2

What's New??

Expand All @@ -31,10 +31,10 @@ What's New??

```kotlin
const val recyclerViewVersion = "4.3.4" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.9" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.3" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.5" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.4" // https://github.com/frogobox/frogo-consume-api
const val admobVersion = "5.2.0" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.4" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.6" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.5" // https://github.com/frogobox/frogo-consume-api

const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
Expand All @@ -59,7 +59,7 @@ repositories {
```kotlin
dependencies {
// library frogo-build-src
implementation("com.github.frogobox:frogo-build-src:1.4.1")
implementation("com.github.frogobox:frogo-build-src:1.4.2")
}
```

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 = 4
const val VERSION_PATCH = 1
const val VERSION_PATCH = 2

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

Expand Down
8 changes: 4 additions & 4 deletions src/main/kotlin/Frogo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
object Frogo {

const val recyclerViewVersion = "4.3.4" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.9" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.3" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.5" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.4" // https://github.com/frogobox/frogo-consume-api
const val admobVersion = "5.2.0" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.4" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.6" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.5" // https://github.com/frogobox/frogo-consume-api

const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification [DEPRECATED]
Expand Down

0 comments on commit 305cf83

Please sign in to comment.