Skip to content

Commit d4f250e

Browse files
committed
Release v4.4.0-Beta
1 parent 5c5b1e6 commit d4f250e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Using Kotlin DSL build.gradle.kts
1818
- Elegant call using injector()
1919
- Shimmer Effect, Empty View Effect, Nested Recycler View, Progress Recycler View
20+
- BETA DIFF UTIL
2021

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

48-
$version_release = 4.3.6
49+
$version_release = 4.4.0-Beta
4950

5051
What's New??
5152

@@ -90,14 +91,14 @@ allprojects {
9091

9192
dependencies {
9293
// library frogo-recycler-view
93-
implementation 'com.github.amirisback:frogo-recycler-view:4.3.6'
94+
implementation 'com.github.amirisback:frogo-recycler-view:4.4.0-Beta'
9495
}
9596

9697
#### <Option 2> Kotlin DSL Gradle
9798

9899
dependencies {
99100
// library frogo-recycler-view
100-
implementation("com.github.amirisback:frogo-recycler-view:4.3.6")
101+
implementation("com.github.amirisback:frogo-recycler-view:4.4.0-Beta")
101102
}
102103

103104
### Step 3. Create xml view

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ object ProjectSetting {
2222
const val APP_NAME = "apprecycler"
2323

2424
const val VERSION_MAJOR = 4
25-
const val VERSION_MINOR = 3
26-
const val VERSION_PATCH = 6
25+
const val VERSION_MINOR = 4
26+
const val VERSION_PATCH = 0
2727

2828
const val PROJECT_MIN_SDK = Version.Gradle.minSdk
2929
const val PROJECT_COMPILE_SDK = Version.Gradle.compileSdk

0 commit comments

Comments
 (0)