[update] 优化打包
This commit is contained in:
parent
bc14607662
commit
da351f1cb5
@ -17,8 +17,12 @@ import android.hardware.Camera.PreviewCallback;
|
||||
import android.hardware.Camera.AutoFocusCallback;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.support.v4.app.ActivityCompat;
|
||||
import android.support.v4.content.ContextCompat;
|
||||
|
||||
|
||||
import androidx.core.content.ContextCompat;
|
||||
import androidx.core.app.ActivityCompat;
|
||||
|
||||
|
||||
import android.util.Log;
|
||||
import android.view.Gravity;
|
||||
import android.view.SurfaceHolder;
|
||||
|
19
package.json
19
package.json
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "cordova-plugin-cszbar",
|
||||
"version": "1.3.3",
|
||||
"name": "cordova-plugin-cszbar-jsg",
|
||||
"version": "1.4.0",
|
||||
"description": "Plugin to integrate with the ZBar barcode scanning library.",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-cszbar",
|
||||
"id": "cordova-plugin-cszbar-jsg",
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios"
|
||||
@ -13,17 +13,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tjwoon/csZBar.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cszbar",
|
||||
"zbar",
|
||||
"barcode",
|
||||
"qr",
|
||||
"qr code",
|
||||
"scanner",
|
||||
"ecosystem:cordova",
|
||||
"cordova-android",
|
||||
"cordova-ios"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova-android",
|
||||
@ -40,4 +29,4 @@
|
||||
"url": "https://github.com/tjwoon/csZBar/issues"
|
||||
},
|
||||
"homepage": "https://github.com/tjwoon/csZBar#readme"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user