Skip to content

Commit

Permalink
Merge branch 'release/0.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwright committed Mar 23, 2015
2 parents 2581bc1 + 442f93f commit cb5030f
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 1,780 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
_Note: Please don't use the zip download feature on this repo as this repo uses submodules and this is not supported at present by github and will result in an incomplete copy of the repo._


Launcher-Android
---------------------
A small Android application to serve as a launcher/testbed for the Readium SDK.
Expand Down
4 changes: 2 additions & 2 deletions SDKLauncher-Android/assets/readium-shared-js/reader.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script src="lib/jquery-1.11.0.js" type="text/javascript"></script>
<script src="lib/jquery.js" type="text/javascript"></script>
<script src="lib/jquery.sizes.js" type="text/javascript"></script>
<script src="lib/underscore.min.js" type="text/javascript"></script>
<script src="lib/backbone.min.js" type="text/javascript"></script>
Expand Down Expand Up @@ -62,4 +62,4 @@
<body>
<div id="viewport"></div>
</body>
</html>
</html>
Binary file added SDKLauncher-Android/libs/androidasync-2.0.1.jar
Binary file not shown.
Loading

0 comments on commit cb5030f

Please sign in to comment.