Skip to content

Releases: TazkiyaTech/android-utils

2.1.0

12 Jul 17:48
Compare
Choose a tag to compare

Upgraded the androidx.appcompat:appcompat and androidx.annotation:annotation dependencies to their latest release versions.

2.0.0

15 Mar 12:35
Compare
Choose a tag to compare

Raised the "min SDK" version from Android 4 (API Level 19) to Android 6 (API Level 23).

1.0.0

26 Jan 11:21
Compare
Choose a tag to compare

Bumped up the library's "compile SDK" and "target SDK" versions to Android 14 (i.e. API Level 34).

0.2.5

14 Jul 17:14
Compare
Choose a tag to compare

Bumped up the library's "compile SDK" and "target SDK" versions to Android 13 (i.e. API Level 33).

0.2.4

06 Jan 11:39
Compare
Choose a tag to compare

Upgraded the androidx.appcompat:appcompat and androidx.annotation:annotation dependency versions.

0.2.3

15 Apr 15:28
Compare
Choose a tag to compare

Added setColoredDivider and setVerticalGap Kotlin extension functions on the RecyclerView class.

0.2.2

15 Apr 12:47
Compare
Choose a tag to compare

Renamed the RecyclerViewDividerItemDecoration class to RecyclerViewColoredDividerItemDecoration.

0.2.1

15 Apr 12:45
Compare
Choose a tag to compare

Changes in this release:

  1. Renamed the HorizontalDividerItemDecoration class to RecyclerViewDividerItemDecoration.
  2. Added a RecyclerViewVerticalGapItemDecoration class.

0.2.0

07 Jan 09:37
Compare
Choose a tag to compare

Upgraded the library's "compileSdkVersion" and "targetSdkVersion" values to "31" (i.e. Android 12).

0.1.8

02 Jul 17:08
Compare
Choose a tag to compare

First release in Maven Central instead of JCenter.