
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
어제 질문드렸던 것과 같은 상황이 지속중입니다. flutter update를 통해 sdk 버전을 올려보아도 실행이 안되네요 추가로 app/build.gradle 파일에 오류를 발견해서 같이 첨부합니다.



작성한 코드 및 에러 메세지
main.dart:1
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> Android resource linking failed
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:3:5-118: AAPT: error: resource color/androidx_core_secondary_text_default_material_light (aka com.example.carrot:color/androidx_core_secondary_text_default_material_light) not found.
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:14:5-18:13: AAPT: error: resource color/androidx_core_secondary_text_default_material_light (aka com.example.carrot:color/androidx_core_secondary_text_default_material_light) not found.
ERROR:C:\Users\jsw00\.gradle\caches\transforms-3\acbce933e4b464a5224ed377a62db1f5\transformed\core-1.6.0\res\values-v21\values-v21.xml:14:5-18:13: AAPT: error: resource dimen/notification_action_text_size (aka com.example.carrot:dimen/notification_action_text_size) not found.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
