We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505a7d commit fc3b229Copy full SHA for fc3b229
CHANGELOG.md
@@ -86,4 +86,8 @@ Web page only: add note about fre:ac for easy ripping.
86
87
## Version 1.1.1
88
Fix problem with getting audio tag data to form titles (only affected
89
-released versions... proGuard dependency issue.)
+released versions... proGuard dependency issue.)
90
+
91
+## Version 1.1.2
92
+Fix problem with hang if the computation of the book size hasn't
93
+finished before the book is started.
app/build.gradle
@@ -70,7 +70,7 @@ android {
70
multiDexEnabled true
71
minSdkVersion 17
72
targetSdkVersion 28
73
- versionCode 4
+ versionCode 5
74
versionName getVersionName()
75
}
76
buildTypes {
0 commit comments