Skip to content

Commit

Permalink
Use standard header format
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jul 27, 2024
1 parent b992f81 commit f8c2fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,3 @@ subprojects {
)
}
}

changelog {
header.set(provider { "${version.get()}\n_${date()}_\n" })
groups.set(listOf("New", "Improvement", "Fix", "Upgrade"))
}
9 changes: 2 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

## Unreleased

### New
- Use Android Studio conversion tools are used for SVG → vector drawable conversions
### Added

### Improvement

### Fix

### Upgrade
- More robust SVG → vector conversions by Android Studio tools

## 2.1.0

Expand Down

0 comments on commit f8c2fe1

Please sign in to comment.