Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed May 1, 2022
1 parent c70a4ae commit 0e498de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BottomNavigationCircles/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.kwasow'
artifactId = 'bottomnavigationcircles'
version = '1.1'
version = '1.2'
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.1 (in beta)
## 1.2

- Fixed issues with `material v1.5.0`

## 1.1

- Updated for material-1.4.0
- Changed circle color setter
- Added setting color in XML
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
```
Available versions:
| Release | Version Tag | Comment |
|---------|--------------------------------|------------------------------------------|
| legacy | 1.0 | material [version <= 1.3.0] |
| stable | 1.1.1 | material [version >= 1.4.0] |
| beta | 1.1-beta6 | material [version >= 1.4.0] |
| Release | Version Tag | Comment |
| ------- | ----------- | --------------------------- |
| legacy | 1.0 | material [version <= 1.3.0] |
| stable | 1.2 | material [version >= 1.4.0] |
| beta | 1.1-beta6 | material [version >= 1.4.0] |

## Usage

Expand Down

0 comments on commit 0e498de

Please sign in to comment.