Skip to content

Commit

Permalink
1.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
foobnix committed Jul 17, 2024
1 parent eceef68 commit 8457390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Fri May 10 12:25:53 EEST 2024
appCodeNumber=6090
#Wed Jul 17 20:39:42 EEST 2024
appCodeNumber=6094
appDB=8
appVersionNumberBase=8.9
appVersionNumberIndex=175
appVersionNumberIndex=176
2 changes: 1 addition & 1 deletion app/src/main/java/com/foobnix/ext/EpubExtractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public static void proccessHypensApache(String input, String output, final Map<S
continue;
}

if (nameLow.endsWith(".css")) {
if (false && nameLow.endsWith(".css")) {
InputStreamReader inputStreamReader = new InputStreamReader(zipInputStream);
BufferedReader in = new BufferedReader(inputStreamReader);
ByteArrayOutputStream out = new ByteArrayOutputStream();
Expand Down

0 comments on commit 8457390

Please sign in to comment.