Skip to content

Commit

Permalink
release: androidx-8.1.0
Browse files Browse the repository at this point in the history
release: androidx-8.1.0
  • Loading branch information
SherlockGougou committed Dec 30, 2024
1 parent b731a42 commit 7fbdf5d
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.0.2```
当前最新版本为:```androidx-8.1.0```
```
dependencies {
// 本框架
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.0.2'
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.1.0'
// 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 802
versionName "androidx-8.0.2"
versionCode 810
versionName "androidx-8.1.0"
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.0.2'
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.1.0'
implementation project(':library')
}

0 comments on commit 7fbdf5d

Please sign in to comment.