| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" package="com.rongan.smart" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202309111"> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.2" package="com.rongan.smart" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202407011"> |
| | | <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
| | | <uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" /> |
| | |
| | | <!-- 发到其他市场的 APK 可以设置为 xxx-market。 --> |
| | | <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data android:name="JPUSH_APPKEY" android:value="3194b2b1e3efa8f3ced69258" /> |
| | | <meta-data android:name="JPUSH_APPKEY" android:value="4148d545bcbf7032f4c3beb8" /> |
| | | <!-- 极光推送结束 --> |
| | | </application> |
| | | </manifest> |