This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1+ # From v0.1.3:
2+
3+ # Minor Changes
4+ * Increases the height of first page elements to showcase long items
5+
6+ ## Bug Fixes
7+ * Fixes typo for ` position ` and ` visibility `
8+ * Fixes issue #14 when item elements are bigger
9+
10+ ### Optimizations
11+ * Optimizes get location in window method to run once.
12+ * Optimizes the touch relative offsets
13+
14+ #### Updated Dependencies
15+ * Kotlin version from 1.3.41 to 1.3.72
16+ * Android gradle plugin
17+
118# From v0.1.2:
219
320## Bug Fixes
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
2424 jcenter()
2525 }
2626 dependencies {
27- classpath ' com.android.tools.build:gradle:4.0.0 '
27+ classpath ' com.android.tools.build:gradle:4.0.1 '
2828 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2929 }
3030}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android.enableJetifier=true
1818# ref: https://github.com/chrisbanes/gradle-mvn-push and
1919# ref2: https://chris.banes.dev/2013/08/27/pushing-aars-to-maven-central/
2020
21- VERSION_NAME =0.1.3
22- VERSION_CODE =3
21+ VERSION_NAME =0.2.0
22+ VERSION_CODE =4
2323GROUP =com.quiph.ui
2424
2525POM_DESCRIPTION =A modern implementation of the RecyclerViewFastScroller for Android written in Kotlin
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 defaultConfig {
77 minSdkVersion versions. ' minSdk'
88 targetSdkVersion versions. ' targetSdk'
9- versionCode 1
10- versionName " 1.0-alpha "
9+ versionCode 4
10+ versionName " 0.2.0 "
1111
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313
You can’t perform that action at this time.
0 commit comments