i upgraded to lime 7.3.0 today and now i have a problem building for android:
...Export\android\bin\app\src\main\java\org\libsdl\app\HIDDeviceManager.java:414: error: diamond operator is not supported in -source 1.6 mLastBluetoothDevices = new ArrayList<>(); ^ (use -source 7 or higher to enable diamond operator) 1 error
Happens on a windows system, worked before. Set Lime back to 7.2.0 and it works with a clean build. Anything i can do here?