Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpeng committed Apr 22, 2020
1 parent edcccb9 commit 1446efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#### 使用
```
implementation 'com.github.iielse:imageviewer:2.0.6'
implementation 'com.github.iielse:imageviewer:2.0.7'
```
```
val builder = ImageViewerBuilder(
Expand Down
6 changes: 3 additions & 3 deletions imageviewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 4
versionName "0.0.5"
versionCode 7
versionName "0.0.7"
}

kotlinOptions {
Expand All @@ -36,7 +36,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.transition:transition:1.3.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.paging:paging-runtime-ktx:2.1.1'
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.github.chrisbanes:PhotoView:2.2.0'
Expand Down

0 comments on commit 1446efe

Please sign in to comment.