They would have to rebuild it with a modern SDK which is unlikely to happen, but you can fix it yourself if you know a little bit about terminal commands. Basically:
- Download & extract the SDK platform tools to your PC.
- Download the APK & put it in the same folder as the SDK tools.
- Enable developer options & USB debugging on your phone and connect it to your PC.
- Open a terminal in the folder with SDK tools & APK and execute: adb install --bypass-low-target-sdk-block 'Adastra 17-release.apk'