android: Suppress a known incompatibility
Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks.
This commit is contained in:
parent
217e958a95
commit
13506e7782
|
@ -15,3 +15,6 @@ android.useAndroidX=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin.parallel.tasks.in.project=true
|
kotlin.parallel.tasks.in.project=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
|
|
||||||
|
# Android Gradle plugin 8.0.2
|
||||||
|
android.suppressUnsupportedCompileSdk=34
|
||||||
|
|
Reference in New Issue