mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fixe android build
This commit is contained in:
-13
@@ -75,9 +75,6 @@
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/file_paths" />
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_icon"
|
||||
android:resource="@mipmap/ic_launcher" />
|
||||
</provider>
|
||||
|
||||
<service
|
||||
@@ -109,16 +106,6 @@
|
||||
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<provider
|
||||
android:name="org.apache.cordova.camera.FileProvider"
|
||||
android:authorities="com.gpr.gabinetedigital.cordova.plugin.camera.provider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true" >
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/camera_provider_paths" />
|
||||
</provider>
|
||||
<!--
|
||||
FirebaseMessagingService performs security checks at runtime,
|
||||
but set to not exported to explicitly avoid allowing another app to call it.
|
||||
|
||||
@@ -1,28 +1 @@
|
||||
{
|
||||
"version": 1,
|
||||
"applicationId": "com.gpr.gabinetedigital",
|
||||
"variantType": "BASE_APK",
|
||||
"elements": [
|
||||
{
|
||||
"outputType": {
|
||||
"type": "BUNDLE_MANIFEST"
|
||||
},
|
||||
"apkData": {
|
||||
"type": "MAIN",
|
||||
"splits": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"outputFile": "app-debug.apk",
|
||||
"fullName": "debug",
|
||||
"baseName": "debug",
|
||||
"dirName": ""
|
||||
},
|
||||
"path": "AndroidManifest.xml",
|
||||
"properties": {
|
||||
"packageId": "com.gpr.gabinetedigital",
|
||||
"split": "",
|
||||
"minSdkVersion": "21"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
[{"outputType":{"type":"BUNDLE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug","dirName":""},"path":"AndroidManifest.xml","properties":{"packageId":"com.gpr.gabinetedigital","split":"","minSdkVersion":"21"}}]
|
||||
Reference in New Issue
Block a user