Skip to content

Commit

Permalink
Release v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jul 20, 2022
1 parent a88aeb3 commit ef01ed3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Version Release
This Is Latest Release

$version_release = 2.3.6
$version_release = 2.3.7

What's New??

Expand Down Expand Up @@ -73,20 +73,20 @@ allprojects {

dependencies {
// library frogo-consume-api
implementation 'com.github.frogobox:frogo-consume-api:2.3.6'
implementation 'com.github.frogobox:frogo-consume-api:2.3.7'

// library frogo-consume-api for desktop
implementation 'com.github.frogobox.frogo-consume-api:frogocoreconsumeapi:2.3.6'
implementation 'com.github.frogobox.frogo-consume-api:frogocoreconsumeapi:2.3.7'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-consume-api
implementation("com.github.frogobox:frogo-consume-api:2.3.6")
implementation("com.github.frogobox:frogo-consume-api:2.3.7")

// library frogo-consume-api for desktop
implementation("com.github.frogobox.frogo-consume-api:frogocoreconsumeapi:2.3.6")
implementation("com.github.frogobox.frogo-consume-api:frogocoreconsumeapi:2.3.7")
}


Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ repositories {

dependencies{
// library frogo-build-src
implementation("com.github.frogobox:open-build-src:2.0.0")
implementation("com.github.frogobox:open-build-src:2.0.1")
}
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/DependencyGradle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ object DependencyGradle {
const val KOTLIN_VERSION = Version.JetBrains.kotlin
const val COMPOSE_MULTIPLATFORM_VERSION = Version.Androidx.composeMultiPlatform

const val FROGO_SDK_VERSION = "2.0.3"
const val FROGO_SDK_VERSION = "2.0.4"
const val FROGO_SDK = "com.github.frogobox:frogo-sdk:$FROGO_SDK_VERSION"
const val FROGO_SDK_CORE = "com.github.frogobox.frogo-sdk:frogocoresdk:$FROGO_SDK_VERSION"

const val FROGO_UI_VERSION = "1.0.7"
const val FROGO_UI_VERSION = "1.0.8"
const val FROGO_UI = "com.github.frogobox:frogo-ui:$FROGO_UI_VERSION"
const val FROGO_UI_CORE = "com.github.frogobox.frogo-ui:frogocoreui:$FROGO_UI_VERSION"

const val FROGO_RECYCLER_VIEW_VERSION = "4.2.1"
const val FROGO_RECYCLER_VIEW_VERSION = "4.2.2"
const val FROGO_RECYCLER_VIEW = "com.github.amirisback:frogo-recycler-view:$FROGO_RECYCLER_VIEW_VERSION"

const val FROGO_PATH_CORE_CONSUME_API = ":frogocoreconsumeapi"
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 @@ -29,7 +29,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 2
const val VERSION_MINOR = 3
const val VERSION_PATCH = 6
const val VERSION_PATCH = 7

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

Expand Down

0 comments on commit ef01ed3

Please sign in to comment.