simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
23 stars 1 forks source link

JSON export gets corrupted with minifyEnabled #10

Closed simonalveteg closed 1 year ago

simonalveteg commented 1 year ago

Keys get replaced with 'a', 'b', 'c' and so on. Look into how to get proguard to ignore the entities classes when minifying.