Pre EA-Update
This commit is contained in:
parent
b3792c1189
commit
5bbd5e61db
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,6 +7,8 @@ bin/*
|
||||
plugins/*
|
||||
platforms/*
|
||||
|
||||
tools/signing/*
|
||||
|
||||
/www/*
|
||||
node_modules/*
|
||||
/node_modules/*
|
||||
@ -16,4 +18,4 @@ js/**/*.js.map
|
||||
.env
|
||||
|
||||
#idea-ide
|
||||
/.idea/*
|
||||
/.idea/*
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget android-versionCode="21" id="test.link.silas.wordrotator" version="1.3.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">
|
||||
<widget android-versionCode="21" id="link.silas.wordrotator" version="1.3.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>WordRotator - Test</name>
|
||||
<description>
|
||||
A word-game
|
||||
|
||||
30375
package-lock.json
generated
Normal file
30375
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
||||
"prepare-android": "cordova prepare android",
|
||||
"prepare-browser": "cordova prepare browser",
|
||||
"run-android": "cordova run android --device",
|
||||
"release-android": "cordova build android --release --packageType=bundle",
|
||||
"release-android": "cordova build android --release --buildConfig=tools/signing/build.json",
|
||||
"appium": "appium",
|
||||
"appium-doctor": "appium-doctor",
|
||||
"test browser": "wdio tests/wdio.config.browser.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user