We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' 以上三个依赖项的版本太低了,在appcompat 1.5.1与material 1.7.0上无法使用。
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
在实际逐一版本测试中 material最高也就只能在1.4.0版本,升级至1.5.0版本开始报错。 appcompat最高也就只能在1.3.0版本,升级至1.4.0版本开始报错。
兼容性不是很完善。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
以上三个依赖项的版本太低了,在appcompat 1.5.1与material 1.7.0上无法使用。
在实际逐一版本测试中
material最高也就只能在1.4.0版本,升级至1.5.0版本开始报错。
appcompat最高也就只能在1.3.0版本,升级至1.4.0版本开始报错。
兼容性不是很完善。
The text was updated successfully, but these errors were encountered: