File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ PhotoViewer
9090
9191## 更新日志
9292
93+ ### 0.45
94+
95+ 更改依赖方式为compileOnly
96+
9397### 0.44
9498
9599修改了图片fragment传参的方式
Original file line number Diff line number Diff line change @@ -31,14 +31,11 @@ android {
3131dependencies {
3232 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3333
34- implementation ' com.android.support:appcompat-v7:27.1.1'
35- testImplementation ' junit:junit:4.12'
36- compile ' com.android.support:support-v4:27.1.1'
37- compile ' com.android.support:appcompat-v7:27.1.1'
38- androidTestImplementation ' com.android.support.test:runner:1.0.2'
39- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
40- compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
41- implementation ' com.android.support:recyclerview-v7:27.1.1'
34+ compileOnly ' com.android.support:appcompat-v7:27.1.1'
35+ compileOnly ' com.android.support:support-v4:27.1.1'
36+ compileOnly ' com.android.support:appcompat-v7:27.1.1'
37+ compileOnly " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
38+ compileOnly ' com.android.support:recyclerview-v7:27.1.1'
4239}
4340repositories {
4441 mavenCentral()
Original file line number Diff line number Diff line change 55 android : layout_height =" match_parent"
66 android : background =" #000" >
77
8+
89 <com .wanglu.photoviewerlibrary.photoview.PhotoView
910 android : id =" @+id/mIv"
1011 android : layout_width =" match_parent"
You can’t perform that action at this time.
0 commit comments