mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
8f5c32fbee
Now that the target SDK was changed to 31, the `no.nordicsemi.android:dfu` library needs to be updated, as the current version dies on Android 12+. However, the fixed version (1.12.0) also fixed MTU handling: The previous versions ignored the MTU settings completely for legacy DFU. <https://github.com/NordicSemiconductor/Android-DFU-Library/pull/260> And while our `PineTimeJFSupport` code always tried to set MTU to 517, it was ignored. Which was good because PineTime does not support larger MTUs. So that we need to set the correct low MTU now the library really applies it. Note that the current version of the DFU library cannot be used right now, it does not even compile because of androidx dependency mismatch. Fixes #3203 |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |