Skip to content

Commit

Permalink
Release v4.4.0-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 24, 2024
1 parent 5c5b1e6 commit d4f250e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Using Kotlin DSL build.gradle.kts
- Elegant call using injector()
- Shimmer Effect, Empty View Effect, Nested Recycler View, Progress Recycler View
- BETA DIFF UTIL

<a href="https://play.google.com/store/apps/details?id=com.frogobox.apprecycler">
<img width="200px" height="75px" src="https://amirisback.github.io/amirisback/docs/image/google-play-badge.png">
Expand Down Expand Up @@ -45,7 +46,7 @@
## Version Release
This Is Latest Release

$version_release = 4.3.6
$version_release = 4.4.0-Beta

What's New??

Expand Down Expand Up @@ -90,14 +91,14 @@ allprojects {

dependencies {
// library frogo-recycler-view
implementation 'com.github.amirisback:frogo-recycler-view:4.3.6'
implementation 'com.github.amirisback:frogo-recycler-view:4.4.0-Beta'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-recycler-view
implementation("com.github.amirisback:frogo-recycler-view:4.3.6")
implementation("com.github.amirisback:frogo-recycler-view:4.4.0-Beta")
}

### Step 3. Create xml view
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 @@ -22,8 +22,8 @@ object ProjectSetting {
const val APP_NAME = "apprecycler"

const val VERSION_MAJOR = 4
const val VERSION_MINOR = 3
const val VERSION_PATCH = 6
const val VERSION_MINOR = 4
const val VERSION_PATCH = 0

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

0 comments on commit d4f250e

Please sign in to comment.