| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| muzei-api-release.aar | 2024-06-16 | 90.3 kB | |
| muzei-api-3.4.2-javadoc.jar | 2024-06-16 | 501.5 kB | |
| muzei-api-3.4.2-sources.jar | 2024-06-16 | 38.5 kB | |
| Muzei API 3.4.2 source code.tar.gz | 2024-06-16 | 137.2 MB | |
| Muzei API 3.4.2 source code.zip | 2024-06-16 | 137.9 MB | |
| README.md | 2024-06-16 | 1.0 kB | |
| Totals: 6 Items | 275.8 MB | 1 | |
Muzei API 3.4.2 includes new metadata to support the Google Play SDK Console, which will allow anonymous crash reporting for crashes originating within Muzei's API surface. It is compatible with Muzei 3.3.0 and higher.
What's Changed
- Muzei API now depends on Kotlin 1.9.10 (previously was 1.6.10)
- Muzei API now depends on ExifInterface <[inline_block>0</inline_block>](https://developer.android.com/jetpack/androidx/releases/exifinterface#1 (previously was 1.3.3)
Full Changelog: https://github.com/muzei/muzei/compare/api3.4.1...api3.4.2
Using Muzei API 3.4.2
Include the Muzei API in your app by adding the dependency to your build.gradle:
implementation "com.google.android.apps.muzei:muzei-api:3.4.2"
Note: Muzei API depends on AndroidX. You must migrate to AndroidX to use the Muzei API.