v3.3.0-alpha01
Pre-release
Pre-release
·
24 commits
to master
since this release
What's Changed
[FEAT] Added Glance based App Widget.
- Created a new
widget
module. - Implemented new
Glance
based app widget. - Removed old implementation of
AppWidget
. - Implemented
Universal
composable for different types of layout. - Implemented
Chronometer
to show the elapsed time of the song. - Removed all
drawables
from main module and add them in newwidget
module.
[CHORE] Updated Gradle and dependencies.
- Updated
gradle
to8.10.2
. - Updated
agp
to8.8.0
. - Updated
kotlin
to2.1.0
. - Updated
room
to2.6.1
. - Updated
compose
to1.8.0-alpha07
- Updated
lottie-compose
to6.6.2
. - Updated
media3
to1.5.1
. - Updated `accompanist-
permissions` and `accompanist-adaptive` to `0.37.0`.
- Added new `glance-appwidget` and `glance-material3`.
- Added new `junit`, `junitVersion`, `espressoCore` and `appcompat`.
[FIX] Fixed minor issue related to `NowPlaying`
- Added intent filter to notify `NowPlaying` to avoid `force stop`.
```
**Full Changelog**: https://github.com/iZakirSheikh/Audiofy/compare/v3.1.2...v3.3.0-alpha01