Skip to content

Commit

Permalink
Merge branch 'feature/apk_expansion' of github.com:asmodehn/WkCocos i…
Browse files Browse the repository at this point in the history
…nto feature/apk_expansion
  • Loading branch information
asmodehn committed Jan 8, 2015
2 parents 8ac62ff + 345b7cd commit 3b87311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public XAPKFile getMainXAPK() {
40074, // the version of the APK that the file was uploaded against
// it should be the version code added to the obb filename
// so it s possible that it doesn't match current BuildConfig.VERSION_CODE
151642L, // the length of the file in bytes
false //TMP : ignoring verification
151536L, // the length of the file in bytes
true
);

}
Expand Down
2 changes: 1 addition & 1 deletion Android/lib/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="text_paused_cellular_2">If you choose not to enable downloading over cellular connections, the download will automatically resume when wi-fi is available.</string>
<string name="text_button_resume_cellular">Resume download</string>
<string name="text_button_wifi_settings">Wi-Fi settings</string>
<string name="text_verifying_download">Verifying Download</string>
<string name="text_verifying_download">Verifying Download and Extracting...</string>
<string name="text_validation_complete">XAPK File Validation and Extraction Complete. Select OK to exit.</string>
<string name="text_validation_failed">XAPK File Validation and Extraction Failed.</string>
<string name="text_button_pause">Pause Download</string>
Expand Down

0 comments on commit 3b87311

Please sign in to comment.