Commit 09714e75f364a6ca86deffb94a406062921d2e55
1 parent
424cc959
更新广告SDK
Showing
2 changed files
with
3 additions
and
3 deletions
app/build.gradle
| @@ -8,7 +8,7 @@ android { | @@ -8,7 +8,7 @@ android { | ||
| 8 | minSdkVersion 16 | 8 | minSdkVersion 16 |
| 9 | targetSdkVersion 26 | 9 | targetSdkVersion 26 |
| 10 | versionCode 4 | 10 | versionCode 4 |
| 11 | - versionName "1.0.4" | 11 | + versionName "1.0.5" |
| 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 13 | } | 13 | } |
| 14 | buildTypes { | 14 | buildTypes { |
| @@ -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.4' | 28 | + compile 'cn.vlion:vlion-ad:1.0.5' |
| 29 | } | 29 | } |
app/src/main/AndroidManifest.xml
| @@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
| 42 | 42 | ||
| 43 | <provider | 43 | <provider |
| 44 | android:name="android.support.v4.content.FileProvider" | 44 | android:name="android.support.v4.content.FileProvider" |
| 45 | - android:authorities="cn.vlion.ad.fileprovider" | 45 | + android:authorities="cn.vlion.simple.fileprovider" |
| 46 | android:exported="false" | 46 | android:exported="false" |
| 47 | android:grantUriPermissions="true"> | 47 | android:grantUriPermissions="true"> |
| 48 | <meta-data | 48 | <meta-data |