Skip to content

Commit

Permalink
Final capacitor sync
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Feb 9, 2021
1 parent fae202c commit 4dad2e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
2 changes: 1 addition & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {

implementation "com.microsoft.appcenter:appcenter-analytics:2.4.1"
implementation "com.microsoft.appcenter:appcenter-crashes:2.4.1"
implementation "com.microsoft.appcenter:appcenter:2.4.1"
implementation "com.microsoft.appcenter:appcenter-analytics:2.4.1"
}


Expand Down
19 changes: 3 additions & 16 deletions android/app/src/main/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />

<feature name="Permissions">
<param name="android-package" value="com.android.plugins.Permissions"/>
<feature name="AppCenterAnalytics">
<param name="onload" value="true"/>
<param name="android-package" value="com.microsoft.azure.mobile.cordova.AppCenterAnalyticsPlugin"/>
</feature>

<feature name="AppCenterCrashes">
Expand All @@ -27,20 +28,6 @@
<param name="android-package" value="org.apache.cordova.device.Device"/>
</feature>

<feature name="File">
<param name="android-package" value="org.apache.cordova.file.FileUtils"/>
<param name="onload" value="true"/>
</feature>

<feature name="AppCenterAnalytics">
<param name="onload" value="true"/>
<param name="android-package" value="com.microsoft.azure.mobile.cordova.AppCenterAnalyticsPlugin"/>
</feature>

<feature name="Capture">
<param name="android-package" value="org.apache.cordova.mediacapture.Capture"/>
</feature>


<preference name="APP_SECRET" value="968c50f3-eb43-4ceb-9b3d-55458601a601" />
</widget>
19 changes: 1 addition & 18 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
"@ionic/angular": "^5.0.0",
"@ionic/storage": "^2.3.1",
"angular": "^1.8.2",
"cordova-plugin-appcenter-analytics": "^0.5.1",
"cordova-plugin-appcenter-crashes": "^0.5.1",
"cordova-plugin-appcenter-shared": "^0.5.1",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-device": "^2.0.3",
"jetifier": "^1.6.6",
"ng2-fittext": "^1.2.12",
"node.js": "0.0.1-security",
Expand Down

0 comments on commit 4dad2e3

Please sign in to comment.