Skip to content

Commit

Permalink
release: androidx-7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SherlockGougou committed Jan 3, 2023
1 parent ced08ac commit 6749a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allprojects {
##### 此处显示的是本框架的最新版本号:
##### ⚠️注意:glide v3版本不再维护,最终版本为v3_4.0.2。建议使用androidx版本。
```
androidx用户 : 使用 androidx-7.1.0
androidx用户 : 使用 androidx-7.1.1
对于glide4.x : 使用 v4_6.1.3
```

Expand All @@ -54,7 +54,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
// BigImageViewPager https://github.com/SherlockGougou/BigImageViewPager
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.1.0'
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.1.1'
================================分割线==================================
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 14
targetSdkVersion 32
versionCode 710
versionName "androidx-7.1.0"
versionCode 711
versionName "androidx-7.1.1"
}
buildTypes {
release {
Expand Down Expand Up @@ -57,6 +57,6 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
// library
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.1.0'
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-7.1.1'
implementation project(':library')
}

0 comments on commit 6749a07

Please sign in to comment.