1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

Merge branch 'master' into library-service

Conflicts:
	src/org/geometerplus/android/fbreader/libraryService/SQLiteBooksDatabase.java
This commit is contained in:
Nikolay Pultsin 2013-02-10 01:46:23 +04:00
commit 2a0e876056

View file

@ -81,6 +81,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
if (version >= currentVersion) {
return;
}
myDatabase.beginTransaction();
switch (myDatabase.getVersion()) {