Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.2...v2.0.0) (2022-05-27)

### Features

* **jetpack-compose:** Migrated the client module to leverage Jetpack Compose ([f3b497d](f3b497d))

### BREAKING CHANGES

* **jetpack-compose:** The whole application UI has been redesigned in Jetpack Compose with the addition of Material3 libraries and the latest version of ExoPlayer.
  • Loading branch information
semantic-release-bot committed May 27, 2022
1 parent 9329823 commit 74030d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/goldy1992/Mp3Player/compare/v1.2.2...v2.0.0) (2022-05-27)


### Features

* **jetpack-compose:** Migrated the client module to leverage Jetpack Compose ([f3b497d](https://github.com/goldy1992/Mp3Player/commit/f3b497d797c1ed0bf224fc43276eba668e7027c3))


### BREAKING CHANGES

* **jetpack-compose:** The whole application UI has been redesigned in Jetpack Compose with the addition of Material3 libraries and the latest version of ExoPlayer.

## [1.2.2](https://github.com/goldy1992/Mp3Player/compare/v1.2.1...v1.2.2) (2021-04-25)


Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Sun Apr 25 23:34:55 UTC 2021
#Fri May 27 04:44:37 UTC 2022
android.enableJetifier=true
android.jetifier.ignorelist=shadows-supportv4
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m
kapt.include.compile.classpath=false
version.code=7
version.name=1.2.2
version.code=8
version.name=2.0.0

0 comments on commit 74030d9

Please sign in to comment.