FooIbar
FooIbar
This reverts commit bd246300e00fb5e3f8da74795d31cffa69b47a82 I think we want to wait for https://issuetracker.google.com/294110693 to land, or at least https://issuetracker.google.com/302100813.
- [ ] `core:common` - [ ] `core:data` - [x] `core:i18n` - [ ] `core:ui` - [ ] `feature:browse` - [ ] `feature:reader` - [ ] `feature:settings`
https://github.com/google/accompanist/blob/fda7f06a24a42b0b1afa75591e768d82d2941984/drawablepainter/src/main/java/com/google/accompanist/drawablepainter/DrawablePainter.kt#L59 Could be replaced with `mutableStateOf(Unit, neverEqualPolicy())`. Though according to [this](https://github.com/androidx/androidx/blob/3b824e8b3b8a52d5925cd1c69ae97bf9efc50709/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/VectorPainter.kt#L225) there is an internal [bug](https://issuetracker.google.com/291647821) which I can't tell if it's already addressed. If not, `mutableIntStateOf` can be used...
Clone this repository and run ``` ./gradlew :app:prepareLibraryDefinitionsDebug ``` Change [activity](https://github.com/mikepenz/AboutLibraries/blob/a54a25bc4f69a000607266963ead15d152a110cf/gradle/libs.versions.toml#L5) to 1.10.0 and run again ``` ./gradlew :app:prepareLibraryDefinitionsDebug > Task :app:prepareLibraryDefinitionsDebug UP-TO-DATE ``` A workaround is to run the...
Fixes #2268
- Build tools as dynamic binaries to reduce binary size - Ship vcpkg dependencies alongside the binaries - Remove the confusing `-static` suffix from release ZIPs (it was from the...