Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agamemnus authored Mar 7, 2017
1 parent 30ee668 commit 902f679
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
NOTICE: At present, the master branch will only be a text file until I can figure out how to include all of the versions in one package.
NOTICE: At present, the master branch is only a text file.


As of the time of this writing, the current version is 5.3.1-auto, and setup is relatively straightforward: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.3.1-auto``.

5.3.1 doesn't require initial values: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.3.1``.
As of the time of this writing, the current version is 6.5, and setup is relatively straightforward: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader.git#cordova-6.5.0 --variable XAPK_EXPANSION_AUTHORITY="expansion_authority" --variable XAPK_PUBLIC_KEY="YOUR_GOOGLE_PLAY_LICENSE_KEY"`` or ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader.git#cordova-6.5.0`` (if you want to add those variables later). This should work for Cordova 5.3.1 through 6.5.0.

There is also a Cordova 5.0 version (because of the somewhat difficult bugs with it, it's not trivial to set it up correctly): ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.0``.

Expand Down

0 comments on commit 902f679

Please sign in to comment.