Skip to content

Commit

Permalink
Merge pull request #730 from aeternity/release/v0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
davidyuk authored May 14, 2019
2 parents 24d508f + ea6fbc7 commit 3568760
Show file tree
Hide file tree
Showing 108 changed files with 3,428 additions and 3,453 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ cache:
- /home/travis/.cache/Cypress
install:
- travis_wait 30 scripts/install.sh
script:
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then npm test; fi
script: scripts/script.sh
before_deploy: scripts/before-deploy.sh
deploy:
- provider: script
Expand Down
17 changes: 0 additions & 17 deletions LICENSE.md

This file was deleted.

7 changes: 6 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.aeternity.base" version="0.8.1" 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 id="com.aeternity.base" version="0.8.2" 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>Base æpp</name>
<author href="https://aeternity.com">
aeternity developers
Expand All @@ -16,6 +16,9 @@
<platform name="android">
<allow-intent href="market:*" />
<preference name="SplashMaintainAspectRatio" value="true" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
Expand All @@ -30,13 +33,15 @@
</feature>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
<variable name="URL_SCHEME" value="aeternity" />
<variable name="ANDROID_SCHEME" value=" " />
<variable name="ANDROID_HOST" value=" " />
<variable name="ANDROID_PATHPREFIX" value="/" />
</plugin>
<plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="github:mwchambers/cordova-plugin-wkwebview-engine#da67d6bb6ce8597c38fc69e66b84566e34efea8d" />
<engine name="android" spec="^8.0.0" />
<engine name="ios" spec="^5.0.0" />
Expand Down
Loading

0 comments on commit 3568760

Please sign in to comment.