diff --git a/README.md b/README.md index 991904c..4b34c08 100755 --- a/README.md +++ b/README.md @@ -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' diff --git a/sample/build.gradle b/sample/build.gradle index 29b7d24..a0e73c0 100755 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -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 } @@ -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') } \ No newline at end of file