Stylianos Gakis
09/15/2021, 11:01 AMisMinifyEnabled = true
? Couldn’t find how to edit my proguard to make that happen
My use case is that I want a different build type, that is not production, but is used to test the production experience (minified) but also be able to browse the previews rendered by ShowkaseCsaba Kozák
09/15/2021, 11:14 AM-keepclasseswithmembers class * {
@androidx.compose.ui.tooling.preview.Preview <methods>;
}
This is the right syntax if i remember correctly.Stylianos Gakis
09/15/2021, 12:35 PMStylianos Gakis
09/15/2021, 3:30 PMeygraber
09/15/2021, 4:45 PMeygraber
09/15/2021, 4:46 PM*
or something like that)eygraber
09/15/2021, 4:48 PM-keepattributes *Annotation*
Stylianos Gakis
09/18/2021, 12:02 PMeygraber
09/19/2021, 3:21 AMeygraber
09/19/2021, 3:23 AMStylianos Gakis
09/19/2021, 10:56 AMJames Hamilton
09/20/2021, 12:13 PM-printmapping mapping.txt
and -printusage usage.txt
will show you entities that shrunk.