Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 852296d

Browse files
committed
* [r] Updates CHANGELOG.md
* [r] Updates versioning info
1 parent c61904a commit 852296d

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2323
GROUP=com.quiph.ui
2424

2525
POM_DESCRIPTION=A modern implementation of the RecyclerViewFastScroller for Android written in Kotlin

recyclerviewfastscroller/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)