Commit 8c0a429cba52ce7378e2ccd56bba39df1d759531
1 parent
044db2a2
修改base库版本
Showing
2 changed files
with
6 additions
and
4 deletions
app/src/main/AndroidManifest.xml
| ... | ... | @@ -2,6 +2,7 @@ |
| 2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | 3 | xmlns:tools="http://schemas.android.com/tools" |
| 4 | 4 | package="com.cnlive.strike.debug"> |
| 5 | + | |
| 5 | 6 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 6 | 7 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| 7 | 8 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| ... | ... | @@ -15,15 +16,16 @@ |
| 15 | 16 | |
| 16 | 17 | <application |
| 17 | 18 | |
| 18 | - android:allowBackup="true" | |
| 19 | 19 | android:name=".MediaApplication" |
| 20 | + android:allowBackup="true" | |
| 20 | 21 | android:icon="@mipmap/ic_launcher" |
| 21 | 22 | android:label="@string/app_name" |
| 22 | 23 | android:roundIcon="@mipmap/ic_launcher_round" |
| 23 | 24 | android:supportsRtl="true" |
| 24 | 25 | android:theme="@style/AppTheme"> |
| 25 | - <meta-data android:name="android.max_aspect" | |
| 26 | - android:value="ratio_float"/> | |
| 26 | + <meta-data | |
| 27 | + android:name="android.max_aspect" | |
| 28 | + android:value="ratio_float" /> | |
| 27 | 29 | <activity android:name=".MainActivity"> |
| 28 | 30 | <intent-filter> |
| 29 | 31 | <action android:name="android.intent.action.MAIN" /> | ... | ... |