I was surprised to see the Play Store page claim compatibility with Android 1.6. Regarding: https://github.com/dozingcat/Vector-Pinball/blob/master/app/build.gradle ...
libGDX hasn't been compatible with API level 4 (Android 1.6 Donut) for a long time. As of libGDX 1.13.5, library minSdk is 21 (Android 5 Lollipop). If you stick with 1.13.0 or 1.13.1, it is 19 (4.4 KitKat).
I was surprised to see the Play Store page claim compatibility with Android 1.6. Regarding: https://github.com/dozingcat/Vector-Pinball/blob/master/app/build.gradle ...
libGDX hasn't been compatible with API level 4 (Android 1.6 Donut) for a long time. As of libGDX 1.13.5, library minSdk is 21 (Android 5 Lollipop). If you stick with 1.13.0 or 1.13.1, it is 19 (4.4 KitKat).