Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback authored Mar 18, 2023
1 parent bdf217c commit cbef063
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 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.3.9
$version_release = 1.4.0

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.3" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.7" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.4" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.3" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.3.4" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.8" // 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 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.3.9")
implementation("com.github.frogobox:frogo-build-src:1.4.0")
}
```

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

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 3
const val VERSION_PATCH = 9
const val VERSION_MINOR = 4
const val VERSION_PATCH = 0

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}

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.3" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.7" // https://github.com/amirisback/frogo-admob
const val uiVersion = "1.1.2" // https://github.com/frogobox/frogo-ui
const val sdkVersion = "2.1.4" // https://github.com/frogobox/frogo-sdk
const val consumeApiVersion = "2.4.3" // https://github.com/frogobox/frogo-consume-api
const val recyclerViewVersion = "4.3.4" // https://github.com/amirisback/frogo-recycler-view
const val admobVersion = "5.1.8" // 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 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 cbef063

Please sign in to comment.