avjinder / Minimal-Todo

Material To-Do App
MIT License
2.18k stars 1.01k forks source link

Replaced android v7 dependencies to androidx #159

Open garima652001 opened 3 years ago

garima652001 commented 3 years ago

Changed the min Sdk version from 23 to 30 and replaced android v7 and app compat dependencies to androidx dependencies and also changed the fragment_main xml file as the floating action bar layout_anchor property should not be the coordinator layout starting from support design library v.23.2.0 which caused app crash therefore, I've also tried to fix this issue.