|
|
|
|
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
3
|
xmlns:tools="http://schemas.android.com/tools"
|
3
|
xmlns:tools="http://schemas.android.com/tools"
|
4
|
package="com.electric.chargingpile"
|
4
|
package="com.electric.chargingpile"
|
5
|
android:versionCode="90"
|
|
|
6
|
android:versionName="3.5.2">
|
|
|
|
|
5
|
android:versionCode="91"
|
|
|
6
|
android:versionName="3.5.3">
|
7
|
<!-- 往SDCard写入数据权限 -->
|
7
|
<!-- 往SDCard写入数据权限 -->
|
8
|
<permission
|
8
|
<permission
|
9
|
android:name="${applicationId}.permission.JPUSH_MESSAGE"
|
9
|
android:name="${applicationId}.permission.JPUSH_MESSAGE"
|