4 issues were found when checking AAR metadata:
1. Dependency 'androidx.appcompat:appcompat-resources:1.5.1' requires libraries and applications that
depend on it to compile against version 32 or later of the
Android APIs.
:app is currently compiled against android-31.
Recommended action: Update this project to use a newer compileSdkVersion
of at least 32, for example 33.
Note that updating a library or application's compileSdkVersion (which
allows newer APIs to be used) can be done separately from updating
targetSdkVersion (which opts the app in to new runtime behavior) and
minSdkVersion (which determines which devices the app can be installed
on).
2. Dependency 'androidx.appcompat:appcompat:1.5.1' requires libraries and applications that
depend on it to compile against version 32 or later of the
Android APIs.
:app is currently compiled against
报错(关于版本)
于 2022-10-14 19:27:42 首次发布