minSdkVersion = 19 (Android 4.4 - 4.4.4 - KitCat)
compileSdkVersion = 28
targetSdkVersion = 28
You can not change the last two, only the first one to set your lowest API level on which your App can be installed.
The error only occurs on devices with API>27 (Android 9).