Skip to content

Commit db80e12

Browse files
Piotr Zawadzkizawadz88
authored andcommitted
Updated library version to 4.1.0
1 parent eceb802 commit db80e12

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unversioned]
7+
## [4.1.0]
88
### Added
99
- An option to show a subtitle in each tab
1010
- An option to display an error message below step title in tabbed stepper
@@ -23,5 +23,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323
- **Breaking change:** Changed `setNextButtonLabel` methods in `StepViewModel.Builder` to `setEndButtonLabel` so that it works for both Next and Complete buttons (issue #107)
2424
- **Breaking change:** Split `content` stepper feedback type into `content_progress` and `content_fade`.
2525

26-
[Unversioned]: https://github.com/stepstone-tech/android-material-stepper/compare/v4.0.0...develop
26+
[4.1.0]: https://github.com/stepstone-tech/android-material-stepper/compare/v4.0.0...v4.1.0
2727
[4.0.0]: https://github.com/stepstone-tech/android-material-stepper/compare/v3.3.0...v4.0.0

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@ Moreover, you can find there other examples, e.g. how to persist state on rotati
6464

6565
### Download (from JCenter)
6666
```groovy
67-
compile 'com.stepstone.stepper:material-stepper:4.0.0'
67+
compile 'com.stepstone.stepper:material-stepper:4.1.0'
6868
```
6969

70+
*Note:* This adds a transitive dependency to AppCompat `25.4.0`
71+
which is the minimum Android Support library version compatible with the Stepper library.
72+
7073
### Create layout in XML
7174

7275
```xml

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
POM_GROUP_ID=com.stepstone.stepper
2121
POM_ARTIFACT_ID=material-stepper
22-
POM_VERSION=4.0.0
22+
POM_VERSION=4.1.0
2323

2424
#Needed so that Robolectric is working: https://github.com/robolectric/robolectric/issues/3169
2525
android.enableAapt2=false

0 commit comments

Comments
 (0)