Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Mar 15, 2022
1 parent 9093ead commit 641592d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## `2.1.0` (15/03/22)

- Add getCurrentState() and getCurrentStateIndex() methods
- Update dependencies
- Target Android 12 (API 31)
- Migrate to Java 11
- Remove buildToolsVersion
- Remove JCenter

## `2.0.1` (23/03/21)

- Listener called several times when dragging a state #10
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

ext.versionMajor = 2 // API Changes, adding big new feature, redesign the App
ext.versionMinor = 0 // New features in a backwards-compatible manner
ext.versionMinor = 1 // New features in a backwards-compatible manner
ext.versionPatch = 0 // Backwards-compatible bug fixes
ext.versionClassifier = null // Pre-releases (alpha, beta, rc, SNAPSHOT...)

Expand Down

0 comments on commit 641592d

Please sign in to comment.