Commit 86d32fce551541dcc4f561b613ff8be0406e7b1b
1 parent
15152161
1.处理Glide包名冲突问题
Showing
3 changed files
with
3 additions
and
13 deletions
.idea/misc.xml
| @@ -27,17 +27,7 @@ | @@ -27,17 +27,7 @@ | ||
| 27 | </value> | 27 | </value> |
| 28 | </option> | 28 | </option> |
| 29 | </component> | 29 | </component> |
| 30 | - <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||
| 31 | - <OptionsSetting value="true" id="Add" /> | ||
| 32 | - <OptionsSetting value="true" id="Remove" /> | ||
| 33 | - <OptionsSetting value="true" id="Checkout" /> | ||
| 34 | - <OptionsSetting value="true" id="Update" /> | ||
| 35 | - <OptionsSetting value="true" id="Status" /> | ||
| 36 | - <OptionsSetting value="true" id="Edit" /> | ||
| 37 | - <ConfirmationsSetting value="0" id="Add" /> | ||
| 38 | - <ConfirmationsSetting value="0" id="Remove" /> | ||
| 39 | - </component> | ||
| 40 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 30 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
| 41 | <output url="file://$PROJECT_DIR$/build/classes" /> | 31 | <output url="file://$PROJECT_DIR$/build/classes" /> |
| 42 | </component> | 32 | </component> |
| 43 | <component name="ProjectType"> | 33 | <component name="ProjectType"> |
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 9 | 10 | versionCode 9 |
| 11 | - versionName "1.0.9" | 11 | + versionName "1.1.1" |
| 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.9' | 28 | + compile 'cn.vlion:vlion-ad:1.1.1' |
| 29 | } | 29 | } |
lib/vlion-ad-1.0.9.jar renamed to lib/vlion-ad-1.1.1.jar
No preview for this file type