camera version
parent
68e2a3455b
commit
7fa8d3ad94
|
|
@ -7,7 +7,7 @@ module.exports = async function (ctx) {
|
|||
gradleFiles.map((f)=>{
|
||||
let data = fs.readFileSync(f, 'utf-8')
|
||||
if(data.indexOf('https://maven.google.com')>=0){
|
||||
data = data.replace(/https\:\/\/maven\.google\.com/g,'http://maven.aliyun.com/nexus/content/groups/public/')
|
||||
data = data.replace(/https\:\/\/maven\.google\.com/g,'https://maven.aliyun.com/nexus/content/groups/public/')
|
||||
fs.writeFileSync(f,data)
|
||||
}
|
||||
})
|
||||
|
|
@ -19,4 +19,4 @@ module.exports = async function (ctx) {
|
|||
}
|
||||
|
||||
console.log("======修改 build.gradle mirror")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
</config-file>
|
||||
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -16,6 +16,7 @@
|
|||
"cordova-android": "^12.0.0",
|
||||
"cordova-ios": "^6.3.0",
|
||||
"cordova-plugin-cache": "file:../cordova_plugins/cordova-plugin-cache",
|
||||
"cordova-plugin-local-notification": "file:../cordova_plugins/cordova-plugin-local-notifications",
|
||||
"cordova-plugin-splashscreen": "^6.0.1",
|
||||
"cordova-plugin-statusbar": "3.0.0"
|
||||
},
|
||||
|
|
@ -41,7 +42,7 @@
|
|||
},
|
||||
"cordova-plugin-appversion": {},
|
||||
"cordova-plugin-local-notification": {
|
||||
"ANDROID_SUPPORT_V4_VERSION": "26.+"
|
||||
"ANDROID_SUPPORT_V4_VERSION": "26.1.0"
|
||||
},
|
||||
"cordova-plugin-cache": {},
|
||||
"cordova-plugin-statusbar": {},
|
||||
|
|
@ -55,13 +56,12 @@
|
|||
"cordova-plugin-appversion": "1.0.0",
|
||||
"cordova-plugin-background-mode": "0.7.3",
|
||||
"cordova-plugin-badge": "0.8.9",
|
||||
"cordova-plugin-camera": "6.0.0",
|
||||
"cordova-plugin-camera": "^7.0.0",
|
||||
"cordova-plugin-device": "2.1.0",
|
||||
"cordova-plugin-dialogs": "2.0.2",
|
||||
"cordova-plugin-file": "7.0.0",
|
||||
"cordova-plugin-local-notification": "file:../cordova_plugins/cordova-plugin-local-notifications",
|
||||
"cordova-plugin-file": "^8.1.3",
|
||||
"cordova-plugin-localization-strings": "5.0.4",
|
||||
"cordova-plugin-vibration": "3.1.1",
|
||||
"es6-promise-plugin": "4.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue