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