Skip to content

Commit

Permalink
Upgrade stockfish plugin; tweak push message
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Sep 12, 2019
1 parent 0f54170 commit 82c12ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="6002009" id="org.lichess.mobileapp" version="6.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="6002010" id="org.lichess.mobileapp" version="6.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>lichess</name>
<description>lichess.org mobile application</description>
<author email="[email protected]" href="https://github.com/veloce/lichobile">Vincent Velociter</author>
Expand Down Expand Up @@ -125,7 +125,6 @@
<plugin name="cordova-plugin-globalization" spec="1.11.0" />
<plugin name="cordova-plugin-crosswalk-data-migration" spec="git+https://github.com/veloce/cordova-plugin-crosswalk-data-migration.git#225408d" />
<plugin name="ionic-plugin-keyboard" spec="2.2.1" />
<plugin name="cordova-plugin-stockfish" spec="https://github.com/veloce/cordova-plugin-stockfish.git#7cc6722" />
<plugin name="cordova-plugin-x-toast" spec="2.7.2" />
<plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
Expand All @@ -134,4 +133,5 @@
<plugin name="onesignal-cordova-plugin" spec="2.5.2" />
<engine name="ios" spec="5.0.1" />
<engine name="android" spec="8.0.0" />
<plugin name="cordova-plugin-stockfish" spec="https://github.com/veloce/cordova-plugin-stockfish.git#58dc23e" />
</widget>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git#05d8f9",
"cordova-plugin-statusbar": "2.4.2",
"cordova-plugin-stockfish": "git+https://github.com/veloce/cordova-plugin-stockfish.git#7cc6722",
"cordova-plugin-stockfish": "git+https://github.com/veloce/cordova-plugin-stockfish.git#58dc23e",
"cordova-plugin-vibration": "3.1.0",
"cordova-plugin-whitelist": "1.3.3",
"cordova-plugin-x-socialsharing": "5.1.3",
Expand Down Expand Up @@ -145,13 +145,13 @@
"cordova-plugin-globalization": {},
"cordova-plugin-crosswalk-data-migration": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-stockfish": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"onesignal-cordova-plugin": {}
"onesignal-cordova-plugin": {},
"cordova-plugin-stockfish": {}
}
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion src/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function showConsentDialog(): Promise<void> {
window.open('https://documentation.onesignal.com/docs/data-collected-by-the-onesignal-sdk', '_system')
})
}, 'here.'),
' Please note that we never send manually any data to OneSignal.'
' Please note that we never explicitely send any data to OneSignal.'
]),
h('p', [
'You can also refer to our ',
Expand Down

0 comments on commit 82c12ef

Please sign in to comment.