-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Description
context: https://androidstudio.googleblog.com/2018/03/android-studio-32-canary-6-now-available.html
We need something that works like enableR8 = true
in gradle.
Right now we have an MSBuild property <AndroidProguardEnabled>true/false</AndroidProguardEnabled>
.
It should probably become <AndroidShrinker>r8/proguard/none</AndroidShrinker>
with value proguard
if AndroidProguardEnabled
is true
.
Metadata
Metadata
Assignees
Labels
No labels