rafi0101 / Android-Room-Database-Backup

Simple tool to backup and restore your room database in Android
MIT License
241 stars 19 forks source link

Replaced imports with native methods #8

Closed truedem closed 2 years ago

truedem commented 3 years ago

Replaced imported copy() with native copyTo() and Apache Commons comparator with native variant. Removed two unnecessary dependencies one of which trigger error for WorkManager.

rafi0101 commented 2 years ago

I will close this due to no activity