Skip to content

Commit

Permalink
Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed May 30, 2022
1 parent 444b0ed commit c457ae7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Version Release
This Is Latest Release

$version_release = 1.0.2
$version_release = 1.0.3

What's New??

Expand Down Expand Up @@ -79,14 +79,14 @@ allprojects {

dependencies {
// library frogo-ui
implementation 'com.github.frogobox:frogo-ui:1.0.2'
implementation 'com.github.frogobox:frogo-ui:1.0.3'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-ui
implementation("com.github.frogobox:frogo-ui:1.0.2")
implementation("com.github.frogobox:frogo-ui:1.0.3")
}

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "7.2.0" apply false
id("com.android.library") version "7.2.0" apply false
id("com.android.application") version "7.2.1" apply false
id("com.android.library") version "7.2.1" apply false
id("org.jetbrains.kotlin.android") version DependencyGradle.KOTLIN_VERSION apply false
id("org.jetbrains.kotlin.jvm") version DependencyGradle.KOTLIN_VERSION apply false
}
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:1.1.3")
implementation("com.github.frogobox:open-build-src:1.1.5")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/DependencyGradle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ object DependencyGradle {
const val FROGO_PATH_CORE_UI = ":frogocoreui"
const val FROGO_PATH_UI = ":frogoui"

const val FrogoRecyclerView = "com.github.amirisback:frogo-recycler-view:4.1.5"
const val FrogoRecyclerView = "com.github.amirisback:frogo-recycler-view:4.1.6"

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

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

Expand Down

0 comments on commit c457ae7

Please sign in to comment.