Commit b5124fee7a81589f7b6d29435e002686fc6e03e7

Authored by 朱显松
1 parent 22648f8e

更新资源文件,横幅广告移除自动关闭功能

app/build.gradle
... ... @@ -7,8 +7,8 @@ android {
7 7 applicationId "cn.vlion.simple"
8 8 minSdkVersion 16
9 9 targetSdkVersion 26
10   - versionCode 3
11   - versionName "1.0.2"
  10 + versionCode 4
  11 + versionName "1.0.4"
12 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13 13 }
14 14 buildTypes {
... ... @@ -25,5 +25,5 @@ dependencies {
25 25 compile 'com.google.code.gson:gson:2.8.2'
26 26 compile 'com.android.support.constraint:constraint-layout:1.0.2'
27 27 //引入广告SDK
28   - compile 'cn.vlion:vlion-ad:1.0.2'
  28 + compile 'cn.vlion:vlion-ad:1.0.4'
29 29 }
... ...
app/src/main/AndroidManifest.xml
... ... @@ -47,7 +47,7 @@
47 47 android:grantUriPermissions="true">
48 48 <meta-data
49 49 android:name="android.support.FILE_PROVIDER_PATHS"
50   - android:resource="@xml/file_provider" />
  50 + android:resource="@xml/vlion_file_provider" />
51 51 </provider>
52 52  
53 53 <activity
... ...
res/drawable/back.png deleted 100644 → 0

438 Bytes

res/drawable/load_error.png deleted 100644 → 0

1.34 KB

res/drawable/vlion_back.xml 0 → 100644
  1 +<vector xmlns:android="http://schemas.android.com/apk/res/android"
  2 + android:width="24dp"
  3 + android:height="24dp"
  4 + android:viewportWidth="24.0"
  5 + android:viewportHeight="24.0">
  6 + <path
  7 + android:fillColor="#ff707070"
  8 + android:pathData="M15.41,16.09l-4.58,-4.59 4.58,-4.59L14,5.5l-6,6 6,6z"/>
  9 +</vector>
... ...
res/drawable/vlion_load_error.xml 0 → 100644
  1 +<vector xmlns:android="http://schemas.android.com/apk/res/android"
  2 + android:width="24dp"
  3 + android:height="24dp"
  4 + android:viewportWidth="24.0"
  5 + android:viewportHeight="24.0">
  6 + <path
  7 + android:fillColor="#ff707070"
  8 + android:pathData="M11,15h2v2h-2zM11,7h2v6h-2zM11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
  9 +</vector>
... ...
res/xml/file_provider.xml renamed to res/xml/vlion_file_provider.xml