Skip to content

Commit

Permalink
Updated library to V0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielssg committed Apr 8, 2022
1 parent ab59e68 commit ab5bc62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Library version [e.g. 0.4.2]
- Library version [e.g. 0.5.0]

**Additional context**
Add any other context about the problem here.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Also add the SquircleView dependency to your app build.gradle

```groovy
dependencies {
implementation "app.juky:squircleview:0.4.2"
implementation "app.juky:squircleview:0.5.0"
}
```

Expand Down Expand Up @@ -322,6 +322,11 @@ Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file to know more

## Changelog

- V0.5.0 (8 april 2022)
- Updated Gradle, Kotlin and dependencies
- Added Jetpack Compose Path components and paths
- Fixed SquircleImageView crash #15
- Fixed issue where clickable and focusable were set to true by default
- V0.4.2 (4 august 2021)
- Fixed issue where the text appearance of the button would override any custom styling set for the following
attributes: android:fontFamily, android:textStyle, android:textAllCaps, android:textSize, android:letterSpacing
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation project(':library')

// Test the library using the Maven central / local dependency
//implementation 'app.juky:squircleview:0.4.2'
//implementation 'app.juky:squircleview:0.5.0'

// Image loading
implementation 'com.github.bumptech.glide:glide:4.13.1'
Expand Down

0 comments on commit ab5bc62

Please sign in to comment.