Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 2, 2024
1 parent 4af2faf commit af35f7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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.5.1
$version_release = 1.5.2

What's New??

Expand All @@ -30,11 +30,11 @@ What's New??
[![FrogoConsumeApi](https://jitpack.io/v/frogobox/frogo-consume-api.svg?style=flat-square)](https://jitpack.io/#frogobox/frogo-consume-api)

```kotlin
const val recyclerViewVersion = "4.3.6" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.3.5" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.1" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.5" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.2" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.4.1" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.3.6" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.6" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.3" // https://github.com/frogobox/frogo-consume-api
const val keyboardVersion = "1.1.5" // https://github.com/amirisback/keyboard

const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log [DEPRECATED]
Expand All @@ -60,7 +60,7 @@ repositories {
```kotlin
dependencies {
// library frogo-build-src
implementation("com.github.frogobox:frogo-build-src:1.5.1")
implementation("com.github.frogobox:frogo-build-src:1.5.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 = 5
const val VERSION_PATCH = 1
const val VERSION_PATCH = 2

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

Expand Down
10 changes: 5 additions & 5 deletions src/main/kotlin/Frogo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

object Frogo {

const val recyclerViewVersion = "4.3.6" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.3.5" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.1" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.5" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.2" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.4.1" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.3.6" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.6" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.3" // https://github.com/frogobox/frogo-consume-api
const val keyboardVersion = "1.1.5" // https://github.com/amirisback/keyboard

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

0 comments on commit af35f7f

Please sign in to comment.