minSDK过高了
你好, 我在运行时发现编译有问题:
Manifest merger failed : uses-sdk:minSdkVersion 24 cannot be smaller than version 26 declared in library [com.qmdeve:AndroidLiquidGlassView:1.0.0-alpha07] /Users/xx/.gradle/caches/8.11.1/transforms/dae9ac0ee9f82767cd72fa931373422c/transformed/AndroidLiquidGlassView-1.0.0-alpha07/AndroidManifest.xml as the library might be using APIs not available in 24
Suggestion: use a compatible library with a minSdk of at most 24,
or increase this project's minSdk version to at least 26,
or use tools:overrideLibrary="com.qmdeve.liquidglass" to force usage (may lead to runtime failures)
minSDK = 26是不是过高了, 能否调整为了23或24的样子, 这样应该更合适些?