This commit is contained in:
Iruka 2024-09-29 11:15:38 +08:00
parent 030f598bc8
commit 5c67a1bcef

View File

@ -1,6 +1,6 @@
{
"name" : "及时雨滴灌",
"appid" : "__UNI__88064F1",
"appid" : "__UNI__5ACF7F6",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -17,7 +17,11 @@
"delay" : 0
},
/* */
"modules" : {},
"modules" : {
"Barcode" : {},
"Bluetooth" : {},
"Camera" : {}
},
/* */
"distribute" : {
/* android */
@ -38,10 +42,15 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
"minSdkVersion" : 21,
"targetSdkVersion" : 30
},
/* ios */
"ios" : {},
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {}
}