markusfisch / ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper
https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor
MIT License
924 stars 137 forks source link

Androidx migration: remove Jetifier #152

Closed AntonPieper closed 1 year ago

AntonPieper commented 1 year ago

Jetifier was needed, because build.gradle still references the old dependencies.

markusfisch commented 1 year ago

Ah yes, of course, I should have noticed the wrong dependencies 🙈 Thanks for fix!