I tried using autoSizeTextType. My minSdk is 24, all the tools are 26 and compat ist 26-beta2 as well.
autoSizeTextType
Okay, so the combination of settings that worked :
You also need the appcompat-v7 library as a dependency in your module build.gradle file.
dependencies { implementation 'com.android.support:appcompat-v7:27.1.1' }