Prod Build issues fixed and android permission by sriram

This commit is contained in:
sriram-at-840620226347 2019-02-27 08:46:02 +05:30
parent 8bc52df2cb
commit 5cfa8b45cf
1672 changed files with 211 additions and 491296 deletions

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
# dependencies
/node_modules
/platforms
/resources
/www
# IDEs and editors
/.idea

File diff suppressed because one or more lines are too long

View File

@ -93,7 +93,7 @@
</plugin>
<plugin name="cordova-plugin-request-location-accuracy" spec="2.2.3" />
<plugin name="cordova-sqlite-storage" spec="2.6.0" />
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
<engine name="browser" spec="5.0.4" />
<engine name="android" spec="7.1.4" />
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
</widget>

17
package-lock.json generated
View File

@ -2680,8 +2680,7 @@
"fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"fsevents": {
"version": "1.2.4",
@ -3219,7 +3218,6 @@
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
@ -3423,6 +3421,14 @@
"integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
"dev": true
},
"increase-memory-limit": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/increase-memory-limit/-/increase-memory-limit-1.0.6.tgz",
"integrity": "sha512-0FSQlNBPzke2/X+UrSypwqobcQ+9CRMKJYcbOJtjO1O1Pd71NMLQA95LveMEFCEHY3Da6q/hf8PW42X+e+ON/A==",
"requires": {
"glob": "^7.1.1"
}
},
"indent-string": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
@ -3442,7 +3448,6 @@
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "^1.3.0",
"wrappy": "1"
@ -4337,7 +4342,6 @@
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1"
}
@ -6024,8 +6028,7 @@
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "3.3.2",

View File

@ -4,12 +4,14 @@
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-conference-app.git"
},
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
"build": "ionic build",
"serve": "ionic build",
"start": "npm run serve"
},
"dependencies": {
"@angular/animations": "^5.1.1",
@ -53,6 +55,7 @@
"cordova-plugin-whitelist": "1.3.3",
"cordova-sqlite-storage": "2.6.0",
"hammerjs": "^2.0.8",
"increase-memory-limit": "^1.0.6",
"ionic-angular": "3.9.2",
"ionic-img-viewer": "^2.9.0",
"ionicons": "3.0.0",
@ -68,8 +71,9 @@
},
"description": "An Ionic project",
"config": {
"ionic_copy": "./config/copy.config.js",
"ionic_bundler": "webpack"
"ionic_bundler": "webpack",
"ionic_generate_source_map": false,
"ionic_source_map_type": "source-map"
},
"cordova": {
"plugins": {
@ -96,4 +100,4 @@
"android"
]
}
}
}

0
platforms/android/.gitignore vendored Normal file → Executable file
View File

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.bin Normal file → Executable file

Binary file not shown.

BIN
platforms/android/.gradle/4.1/fileHashes/fileHashes.lock Normal file → Executable file

Binary file not shown.

View File

View File

View File

Binary file not shown.

View File

0
platforms/android/.gradle/4.1/javaCompile/taskJars.bin Normal file → Executable file
View File

Binary file not shown.

BIN
platforms/android/.gradle/4.1/taskHistory/taskHistory.bin Normal file → Executable file

Binary file not shown.

Binary file not shown.

View File

View File

View File

View File

View File

View File

@ -1,2 +1,2 @@
#Mon Feb 18 14:01:47 IST 2019
gradle.version=4.4
#Mon Feb 25 14:08:06 IST 2019
gradle.version=4.1

0
platforms/android/CordovaLib/build.gradle Normal file → Executable file
View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More