Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

Update android example's `compileSdkVersion` #374

Closed sidrao2006 closed 2 years ago

sidrao2006 commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Android compileSdkVersion update (30 -> 31)

:arrow_heading_down: What is the current behavior?

compileSdkVersion 30

:new: What is the new behavior (if this is a feature change)?

compileSdkVersion 31

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

N/A

:memo: Links to relevant issues/docs

https://github.com/Baseflow/flutter_cache_manager/runs/5953471952

:thinking: Checklist before submitting