Hi, our project got `compileSDkVersion 29` , after...
# compose
r
Hi, our project got
compileSDkVersion 29
, after upgrading compose to
rc01
we are facing this issue 🧵
Copy code
The minCompileSdk (30) specified in a
dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
is greater than this module's compileSdkVersion (android-29).
Dependency: androidx.compose.material:material:1.0.0-rc01.
a
It's always safe to set your project's compileSdkVersion to the latest stable sdk. It has no effect on runtime behavior or compatibility, it only determines the set of platform APIs known to your code. (It's targetSdkVersion that controls runtime compatibility behavior.)
☝🏼 1
4
☝🏻 1
☝️ 5