Slackbot
05/19/2022, 9:36 AMPolg Astr
05/19/2022, 1:11 PMandroid.enableJetifier=false
in your gradle.properties
night
05/20/2022, 2:17 AMjetifier
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?