Skip to content

Commit

Permalink
release: 发布7.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinichi54 committed Sep 2, 2023
1 parent 4339e91 commit 11f8158
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 @@ -42,7 +42,7 @@ allprojects {
dependencies {
// 添加本框架 BigImageViewPager https://github.com/SherlockGougou/BigImageViewPager
// 此处展示的是最新版本
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.2.6'
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.2.7'
// 另外还需要依赖 glide
implementation 'com.github.bumptech.glide:glide:4.11.0'
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "cc.shinichi.bigimageviewpager"
minSdkVersion 19
targetSdkVersion 33
versionCode 726
versionName "androidx-7.2.6"
versionCode 727
versionName "androidx-7.2.7"
}
buildTypes {
release {
Expand Down Expand Up @@ -56,6 +56,6 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'

// library
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.2.6'
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.2.7'
implementation project(':library')
}

0 comments on commit 11f8158

Please sign in to comment.