Commit 36ed2ec0d6b5ccb902f9bb31ff282b6ea73b2373
合并
Showing
3 changed files
with
4 additions
and
4 deletions
.idea/misc.xml
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | </value> | 24 | </value> |
| 25 | </option> | 25 | </option> |
| 26 | </component> | 26 | </component> |
| 27 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 27 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
| 28 | <output url="file://$PROJECT_DIR$/build/classes" /> | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
| 29 | </component> | 29 | </component> |
| 30 | <component name="ProjectType"> | 30 | <component name="ProjectType"> |
app/build.gradle
| @@ -7,8 +7,8 @@ android { | @@ -7,8 +7,8 @@ android { | ||
| 7 | applicationId "cn.vlion.simple" | 7 | applicationId "cn.vlion.simple" |
| 8 | minSdkVersion 16 | 8 | minSdkVersion 16 |
| 9 | targetSdkVersion 26 | 9 | targetSdkVersion 26 |
| 10 | - versionCode 9 | ||
| 11 | - versionName "1.1.1" | 10 | + versionCode 18 |
| 11 | + versionName "1.1.8" | ||
| 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 13 | } | 13 | } |
| 14 | buildTypes { | 14 | buildTypes { |
| @@ -27,5 +27,5 @@ dependencies { | @@ -27,5 +27,5 @@ dependencies { | ||
| 27 | compile 'com.github.bumptech.glide:glide:4.3.1' | 27 | compile 'com.github.bumptech.glide:glide:4.3.1' |
| 28 | annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1' | 28 | annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1' |
| 29 | //引入广告SDK | 29 | //引入广告SDK |
| 30 | - compile 'cn.vlion:vlion-ad:1.1.5' | 30 | + compile 'cn.vlion:vlion-ad:1.1.8' |
| 31 | } | 31 | } |
lib/vlion-ad-1.1.5.jar renamed to lib/vlion-ad-1.1.8.jar
No preview for this file type