yesterday, I upgraded flutter to the latest version(1.12.13+hotfix.5),i got the following errors when building the flutter apk
* What went wrong:
Execution failed for task ':sharesdk_plugin:verifyReleaseResources'.
> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
/Users/binaryiv/Documents/projects/appProjects/huoli/app/build/sharesdk_plugin/intermediates/res/merged/release/values/values.xml:879: error: resource android:attr/fontVariationSettings not found.
/Users/binaryiv/Documents/projects/appProjects/huoli/app/build/sharesdk_plugin/intermediates/res/merged/release/values/values.xml:880: error: resource android:attr/ttcIndex not found.
error: failed linking references.
my compileSdkVersion and targetSdkVersion is 28,i can build it by deleting the sharesdk_plugin
plugin. Is there any other way to configure and keep the plugin by building