codeanticode
codeanticode
The underlying JPen library does not support JAVAFX yet, see [here](http://sourceforge.net/p/jpen/discussion/753961/thread/ba1aedf6/).
Right now the entire build system is stuck at Gradle 7.2 and Android 33 because anything higher would require moving to Gradle 8. which is not backwards-compatible. The official upgrade...
Google introduced changes in the Wear API that deprecates all the classes currently used to implement watch faces. https://stackoverflow.com/questions/59182586/does-androidx-contain-replacements-for-wear-os-classes-like-watchfaceservice https://stackoverflow.com/questions/71259574/gles2watchfaceservice-deprecated-what-now https://developer.android.com/reference/androidx/wear/watchface/package-summary https://developer.android.com/training/wearables/watch-faces/service Updating to the latest version of Wear will...