79088113

Date: 2024-10-15 01:17:38
Score: 0.5
Natty:
Report link

In order to fix the issue, I updated the project's dependencies by changing:

implementation 'io.paperdb:paperdb:2.7.1'

to:

implementation 'io.github.pilgr:paperdb:2.7.2'

Fortunately, the import statements remain the same:

import io.paperdb.Book;
import io.paperdb.Paper;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hank Chang