Skip to content

Commit

Permalink
release: androidx-8.1.1
Browse files Browse the repository at this point in the history
fix: transition
  • Loading branch information
SherlockGougou committed Jan 2, 2025
1 parent 6b521c4 commit 1cc07f7
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 @@ -48,11 +48,11 @@ https://github.com/user-attachments/assets/070caa63-8e9f-4b11-9240-4cb56440d3c2
}
```
#### Step 2. 在你app的build.gradle中添加依赖:
当前最新版本为:```androidx-8.1.0```
当前最新版本为:```androidx-8.1.1```
```
dependencies {
// 本框架
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.1.0'
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.1.1'
// glide
implementation 'com.github.bumptech.glide:glide:4.16.0'
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "cc.shinichi.bigimageviewpager"
minSdkVersion 24
targetSdkVersion 34
versionCode 810
versionName "androidx-8.1.0"
versionCode 811
versionName "androidx-8.1.1"
signingConfig signingConfigs.debug
multiDexEnabled true
}
Expand Down Expand Up @@ -79,6 +79,6 @@ dependencies {
implementation "androidx.media3:media3-ui:1.4.1"

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

0 comments on commit 1cc07f7

Please sign in to comment.