Commit f6828363790e91210d67c373a85501324d83bde2
1 parent
e2099867
更新版本及版本说明
Showing
2 changed files
with
6 additions
and
4 deletions
README.md
app/build.gradle
| ... | ... | @@ -7,8 +7,8 @@ android { |
| 7 | 7 | applicationId "cn.vlion.simple" |
| 8 | 8 | minSdkVersion 16 |
| 9 | 9 | targetSdkVersion 26 |
| 10 | - versionCode 26 | |
| 11 | - versionName "1.2.6" | |
| 10 | + versionCode 30 | |
| 11 | + versionName "1.3.0" | |
| 12 | 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 13 | 13 | } |
| 14 | 14 | buildTypes { |
| ... | ... | @@ -27,5 +27,5 @@ dependencies { |
| 27 | 27 | compile 'com.github.bumptech.glide:glide:4.3.1' |
| 28 | 28 | annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1' |
| 29 | 29 | //引入广告SDK |
| 30 | - compile 'cn.vlion:vlion-ad:1.2.6' | |
| 30 | + compile 'cn.vlion:vlion-ad:1.3.0' | |
| 31 | 31 | } | ... | ... |