Skip to content

Commit

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

What's New??

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

```kotlin
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 admobVersion = "5.3.7" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.3" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.7" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.4" // 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 +61,7 @@ repositories {
```kotlin
dependencies {
// library frogo-build-src
implementation("com.github.frogobox:frogo-build-src:1.5.2")
implementation("com.github.frogobox:frogo-build-src:1.5.3")
}
```

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

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

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

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 admobVersion = "5.3.7" // https://github.com/amirisback/frogo-admob
const val uiVersion = "2.0.3" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.2.7" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.5.4" // 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 973a6f0

Please sign in to comment.