Skip to content

Commit 6c2214f

Browse files
release: androidx-8.3.2
release: androidx-8.3.2
1 parent ef21170 commit 6c2214f

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ https://github.com/user-attachments/assets/070caa63-8e9f-4b11-9240-4cb56440d3c2
4848
}
4949
```
5050
#### Step 2. 在你app的build.gradle中添加依赖:
51-
当前最新版本为:```androidx-8.3.1```
51+
当前最新版本为:```androidx-8.3.2```
5252
```
5353
dependencies {
5454
// 本框架
55-
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.3.1'
55+
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.3.2'
5656
5757
// glide
5858
def glideVersion = "4.16.0"

library/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ dependencies {
5353

5454
// glide
5555
def glideVersion = "4.16.0"
56-
compileOnly "com.github.bumptech.glide:glide:${glideVersion}"
56+
implementation "com.github.bumptech.glide:glide:${glideVersion}"
5757
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
58-
compileOnly "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
58+
implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
5959

6060
// ExoPlayer https://developer.android.com/media/media3/exoplayer/hello-world?hl=zh-cn#groovy
6161
def media3Version = "1.4.1"
62-
compileOnly "androidx.media3:media3-exoplayer:${media3Version}"
63-
compileOnly "androidx.media3:media3-exoplayer-dash:${media3Version}"
64-
compileOnly "androidx.media3:media3-ui:${media3Version}"
62+
implementation "androidx.media3:media3-exoplayer:${media3Version}"
63+
implementation "androidx.media3:media3-exoplayer-dash:${media3Version}"
64+
implementation "androidx.media3:media3-ui:${media3Version}"
6565
}

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "cc.shinichi.bigimageviewpager"
2323
minSdkVersion 24
2424
targetSdkVersion 34
25-
versionCode 831
26-
versionName "androidx-8.3.1"
25+
versionCode 832
26+
versionName "androidx-8.3.2"
2727
signingConfig signingConfigs.debug
2828
multiDexEnabled true
2929
}
@@ -82,6 +82,6 @@ dependencies {
8282
implementation "androidx.media3:media3-ui:${media3Version}"
8383

8484
// library
85-
// implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.3.1'
86-
implementation project(':library')
85+
implementation 'com.github.SherlockGougou:BigImageViewPager:androidx-8.3.2'
86+
// implementation project(':library')
8787
}

0 commit comments

Comments
 (0)