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

Refactor `startActivityForResult` -> `ActivityResultLauncher` #202

Closed AntonPieper closed 3 months ago

AntonPieper commented 3 months ago

Also use Java 17, because it gets desugared anyway and unsupported features by minSdk would not compile.

markusfisch commented 3 months ago

Thanks a lot 👍