This message was deleted.
# android
s
This message was deleted.
p
Hi! Doesn't this do what you want:
android.enableJetifier=false
in your
gradle.properties
n
Absolutely, it works. I wanna disable
jetifier
in the sync, and enable
jetifier
in the assemble process, because
gradle.properties
doesn’t contains logic. I track the AGP source code, and find it read value from BasePlugin#projectOptions, so I consider is it possible to hook its value?