fix: 修改特殊类型相关配置

This commit is contained in:
2023-05-09 10:24:06 +08:00
parent ac2beb5370
commit eb7adc487d
449 changed files with 34086 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.navinfo.ocr" > <!-- <application -->
<!-- android:allowBackup="true" -->
<!-- /> -->
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="30" />
</manifest>

View File

@@ -0,0 +1,18 @@
{
"version": 3,
"artifactType": {
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "com.navinfo.ocr",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.navinfo.ocr" > <!-- <application -->
<!-- android:allowBackup="true" -->
<!-- /> -->
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="30" />
</manifest>

View File

@@ -0,0 +1,18 @@
{
"version": 3,
"artifactType": {
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "com.navinfo.ocr",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}