zhpanvip 5 years ago
parent
commit
7e17c9b7ff
2 changed files with 3 additions and 3 deletions
  1. 2 2
      app/src/main/res/layout/fragment_indicator.xml
  2. 1 1
      bannerview/build.gradle

+ 2 - 2
app/src/main/res/layout/fragment_indicator.xml

@@ -13,7 +13,7 @@
         app:bvp_indicator_visibility="visible"
         app:bvp_round_corner="@dimen/dp_8" />
 
-    <androidx.core.widget.NestedScrollView
+    <android.support.v4.widget.NestedScrollView
         android:layout_width="match_parent"
         android:layout_height="match_parent">
 
@@ -139,7 +139,7 @@
             </RadioGroup>
 
         </LinearLayout>
-    </androidx.core.widget.NestedScrollView>
+    </android.support.v4.widget.NestedScrollView>
 
 </LinearLayout>
 

+ 1 - 1
bannerview/build.gradle

@@ -32,7 +32,7 @@ dependencies {
     implementation 'com.android.support:appcompat-v7:27.1.1'
 }
 
-version = "2.6.4"
+version = "2.6.6"
 def siteUrl = 'https://github.com/zhpanvip/BannerViewPager'      // 项目的主页
 def gitUrl = 'https://github.com/zhpanvip/BannerViewPager.git'   // Git仓库的url
 group = "com.zhpan.library" // Maven Group ID for the artifact,一般填你唯一的包名