Hey I am trying to achieve blur but on documentati...
# compose
i
Hey I am trying to achieve blur but on documentation it says it is supported only on Android 12 and above. Any clue on how to make it backward compatible
a
This happens on the compositor layer in Android, can’t really back port that feature
f
Create your blur modifier and if build version is above and eq Android 12 use the one provided, else use RenderScript or Vulkan
i
Okay thanks alot buddy @FunkyMuse @andrew