Commit 15152161bbe5655078dbf18fdc24df3e885533f6
1 parent
a2b3d0e0
1.更新应用名称
2.更新 SDK 1.0.9 解决WebViewActivity内存泄漏问题
Showing
3 changed files
with
4 additions
and
4 deletions
app/build.gradle
| ... | ... | @@ -7,8 +7,8 @@ android { |
| 7 | 7 | applicationId "cn.vlion.simple" |
| 8 | 8 | minSdkVersion 16 |
| 9 | 9 | targetSdkVersion 26 |
| 10 | - versionCode 4 | |
| 11 | - versionName "1.0.5" | |
| 10 | + versionCode 9 | |
| 11 | + versionName "1.0.9" | |
| 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.8' | |
| 28 | + compile 'cn.vlion:vlion-ad:1.0.9' | |
| 29 | 29 | } | ... | ... |
app/src/main/res/values/strings.xml
lib/vlion-ad-1.0.8.jar renamed to lib/vlion-ad-1.0.9.jar
No preview for this file type