refactor: move metadata-extractor to android

This commit is contained in:
Harsh Shandilya 2023-06-05 13:16:10 +05:30
parent 9fdd72220f
commit 47a398f518
No known key found for this signature in database
7 changed files with 36 additions and 83 deletions

View file

@ -30,13 +30,11 @@ graph LR
android --> common
android --> core
android --> database
android --> metadata-extractor
android --> model
api --> model
common --> core
common --> database
common --> model
metadata-extractor --> model
```
## License