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,6 +2,7 @@ | ||
| 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.cnlive.strike.debug"> | 4 | package="com.cnlive.strike.debug"> |
| 5 | + | ||
| 5 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | 6 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 6 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | 7 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| 7 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> | 8 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| @@ -15,15 +16,16 @@ | @@ -15,15 +16,16 @@ | ||
| 15 | 16 | ||
| 16 | <application | 17 | <application |
| 17 | 18 | ||
| 18 | - android:allowBackup="true" | ||
| 19 | android:name=".MediaApplication" | 19 | android:name=".MediaApplication" |
| 20 | + android:allowBackup="true" | ||
| 20 | android:icon="@mipmap/ic_launcher" | 21 | android:icon="@mipmap/ic_launcher" |
| 21 | android:label="@string/app_name" | 22 | android:label="@string/app_name" |
| 22 | android:roundIcon="@mipmap/ic_launcher_round" | 23 | android:roundIcon="@mipmap/ic_launcher_round" |
| 23 | android:supportsRtl="true" | 24 | android:supportsRtl="true" |
| 24 | android:theme="@style/AppTheme"> | 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 | <activity android:name=".MainActivity"> | 29 | <activity android:name=".MainActivity"> |
| 28 | <intent-filter> | 30 | <intent-filter> |
| 29 | <action android:name="android.intent.action.MAIN" /> | 31 | <action android:name="android.intent.action.MAIN" /> |
build.gradle
| @@ -63,7 +63,7 @@ ext { | @@ -63,7 +63,7 @@ ext { | ||
| 63 | qmui = '1.1.5' | 63 | qmui = '1.1.5' |
| 64 | 64 | ||
| 65 | libLargeImage = '1.0.4-androidx' | 65 | libLargeImage = '1.0.4-androidx' |
| 66 | - libBase = '1.9.3.2-androidx' | 66 | + libBase = '1.9.9.0' |
| 67 | libVideoQiniu = '1.0.7.2' | 67 | libVideoQiniu = '1.0.7.2' |
| 68 | 68 | ||
| 69 | //阿里路由框架 | 69 | //阿里路由框架 |