android { compileSdkVersion 31 compileOptions { ... } ... ... defaultConfig { ... minSdkVersion 28 targetSdkVersion 30 ... } }