File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
25- exclude group : ' com.android.support' , module : ' support-annotations'
26- })
2724 compile ' com.android.support:appcompat-v7:25.+'
2825 compile ' com.android.support.constraint:constraint-layout:1.1.0'
2926 testCompile ' junit:junit:4.12'
27+ androidTestCompile ' com.android.support.test:runner:1.0.2'
28+ androidTestCompile ' com.android.support.test.espresso:espresso-core:3.0.2'
3029// compile project(path: ':app_demo')
3130}
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ dependencies {
7272 compile " com.github.bumptech.glide:glide:3.7.0"
7373 compile " com.squareup.okhttp3:okhttp:3.4.1"
7474 compile " com.squareup.okio:okio:1.12.0"
75+ compile " com.videoli:venvy_glide:1.0.4"
7576 compile project(' :venvy_pub' )
7677 debugCompile ' com.squareup.leakcanary:leakcanary-android:1.6.2'
7778 releaseCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.6.2'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 arguments = [moduleName : project. getName()]
1212 }
1313 }
14- buildConfigField " String" , " SDK_VERSION" , project . hasProperty( ' OS_VERSION ' ) ? OS_VERSION : " \" 3.0.0 \" "
14+ buildConfigField " String" , " SDK_VERSION" , " \" ${ VERSION_NAME } \" "
1515 buildConfigField " boolean" , " ReportAble" , " true"
1616 }
1717
You can’t perform that action at this time.
0 commit comments