NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

Proguard broke UART XML files #39

Closed philips77 closed 6 years ago

philips77 commented 6 years ago

Instead of using nice tag names now the 2.5.2 version requires tags and attributes like a, b, c,

This:

-keepattributes ElementArray, ElementList, Root

-keepclassmembers class * {
    @org.simpleframework.xml.* *;
}

needs to be added to proguard rules.