Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 12, 2022
1 parent db6aad2 commit ce25490
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
15 changes: 8 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.2.0
$version_release = 1.2.1

What's New??

Expand All @@ -30,11 +30,12 @@ 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.0.8" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "4.3.2" // https://github.com/amirisback/frogo-admob
const val uiVersion = "0.0.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "0.0.3" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.1.0" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.1.0" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "4.3.4" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.0.0" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "1.0.1" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.2.0" // 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 @@ -58,7 +59,7 @@ repositories {
```kotlin
dependencies {
// library frogo-build-src
implementation("com.github.frogobox:frogo-build-src:1.2.0")
implementation("com.github.frogobox:frogo-build-src:1.2.1")
}
```

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

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

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.0.8" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "4.3.2" // https://github.com/amirisback/frogo-admob
const val uiVersion = "0.0.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "0.0.3" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.1.0" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.1.0" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "4.3.4" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.0.0" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "1.0.1" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.2.0" // 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
2 changes: 1 addition & 1 deletion src/main/kotlin/FrogoProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object FrogoProjectSetting {
// -----------------------------------------------------------------------------------------------------------------

const val PROJECT_MIN_SDK = 21
const val PROJECT_COMPILE_SDK = 31
const val PROJECT_COMPILE_SDK = 32
const val PROJECT_TARGET_SDK = PROJECT_COMPILE_SDK

const val FROGO_PLAYSTORE_STORE_FILE = "frogoboxmedia.jks"
Expand Down

0 comments on commit ce25490

Please sign in to comment.