Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Remove crosswalk
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 16, 2018
1 parent a0f4733 commit 4c4a87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
rm -rf plugins
rm -rf resources/icons
rm -rf resources/splash
sed -i.bkp 's/android-versionCode="[[:digit:]]*"/android-versionCode="'3$CIRCLE_BUILD_NUM'"/' config.xml
node hooks/downloadCache.js
cordova prepare android
Expand Down
7 changes: 1 addition & 6 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="3000" id="com.konecty.rocket.chat" ios-CFBundleVersion="22" version="2.8.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="3002" id="com.konecty.rocket.chat" ios-CFBundleVersion="23" version="2.8.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>Rocket.Chat Cordova Legacy</name>
<description>
Rocket.Chat mobile application
Expand Down Expand Up @@ -114,10 +114,6 @@
<string>Upload photos from library</string>
</config-file>
</platform>
<preference name="xwalkVersion" value="23" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<preference name="xwalkMode" value="embedded" />
<preference name="xwalkMultipleApk" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="AutoHideSplashScreen" value="false" />
Expand All @@ -144,7 +140,6 @@
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="Upload photos from library" />
</plugin>
<plugin name="cordova-plugin-console" spec="1.0.5" />
<plugin name="cordova-plugin-crosswalk-webview" spec="2.3.0" />
<plugin name="cordova-plugin-device" spec="1.1.4" />
<plugin name="cordova-plugin-dialogs" spec="1.3.1" />
<plugin name="cordova-plugin-file" spec="4.3.1" />
Expand Down

0 comments on commit 4c4a87b

Please sign in to comment.