Commit a2b3d0e0bcd8457754d721477a24de8ac5c964c3

Authored by 朱显松
1 parent 4bc01ac2

更新库文件及Manifest配置

app/build.gradle
@@ -25,5 +25,5 @@ dependencies { @@ -25,5 +25,5 @@ dependencies {
25 compile 'com.google.code.gson:gson:2.8.2' 25 compile 'com.google.code.gson:gson:2.8.2'
26 compile 'com.android.support.constraint:constraint-layout:1.0.2' 26 compile 'com.android.support.constraint:constraint-layout:1.0.2'
27 //引入广告SDK 27 //引入广告SDK
28 - compile 'cn.vlion:vlion-ad:1.0.5' 28 + compile 'cn.vlion:vlion-ad:1.0.8'
29 } 29 }
app/src/main/AndroidManifest.xml
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 <!--authorities为包名--> 64 <!--authorities为包名-->
65 <provider 65 <provider
66 android:name="android.support.v4.content.FileProvider" 66 android:name="android.support.v4.content.FileProvider"
67 - android:authorities="cn.vlion.simple.fileprovider" 67 + android:authorities="${applicationId}.fileprovider"
68 android:exported="false" 68 android:exported="false"
69 android:grantUriPermissions="true"> 69 android:grantUriPermissions="true">
70 <meta-data 70 <meta-data
lib/vlion-ad-1.0.4.jar renamed to lib/vlion-ad-1.0.8.jar
No preview for this file type