Releases: TazkiyaTech/android-utils
2.1.0
Upgraded the androidx.appcompat:appcompat and androidx.annotation:annotation dependencies to their latest release versions.
2.0.0
Raised the "min SDK" version from Android 4 (API Level 19) to Android 6 (API Level 23).
1.0.0
Bumped up the library's "compile SDK" and "target SDK" versions to Android 14 (i.e. API Level 34).
0.2.5
Bumped up the library's "compile SDK" and "target SDK" versions to Android 13 (i.e. API Level 33).
0.2.4
Upgraded the androidx.appcompat:appcompat
and androidx.annotation:annotation
dependency versions.
0.2.3
Added setColoredDivider
and setVerticalGap
Kotlin extension functions on the RecyclerView
class.
0.2.2
Renamed the RecyclerViewDividerItemDecoration
class to RecyclerViewColoredDividerItemDecoration
.
0.2.1
Changes in this release:
- Renamed the
HorizontalDividerItemDecoration
class toRecyclerViewDividerItemDecoration
. - Added a
RecyclerViewVerticalGapItemDecoration
class.
0.2.0
Upgraded the library's "compileSdkVersion" and "targetSdkVersion" values to "31" (i.e. Android 12).
0.1.8
First release in Maven Central instead of JCenter.