Skip to content

Commit

Permalink
Update OpenActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenDavidPerezJimenez authored Sep 14, 2020
1 parent 30f8bbf commit 8fc0d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public JsObject(String contentText,boolean isMarkdownReader){
}

@JavascriptInterface
public int getVersion() { return 15; }
public int getVersion() { return BuildConfig.VERSION_CODE; }
@JavascriptInterface
public String toString() { return "[ZippedHTMLViewer Object]"; }
@JavascriptInterface
Expand Down

0 comments on commit 8fc0d12

Please sign in to comment.