Skip to content

Commit

Permalink
Release v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 30, 2022
1 parent 972cd81 commit f0fdba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
## Version Release
This Is Latest Release

$version_release = 4.1.4
$version_release = 4.1.5

What's New??

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

dependencies {
// library frogo-recycler-view
implementation 'com.github.amirisback:frogo-recycler-view:4.1.4'
implementation 'com.github.amirisback:frogo-recycler-view:4.1.5'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-recycler-view
implementation("com.github.amirisback:frogo-recycler-view:4.1.4")
implementation("com.github.amirisback:frogo-recycler-view:4.1.5")
}

### Step 3. Create xml view
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 @@ -24,7 +24,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 4
const val VERSION_MINOR = 1
const val VERSION_PATCH = 4
const val VERSION_PATCH = 5

const val PROJECT_MIN_SDK = Version.Gradle.minSdk
const val PROJECT_COMPILE_SDK = Version.Gradle.compileSdk
Expand Down

0 comments on commit f0fdba5

Please sign in to comment.