diff --git a/README.md b/README.md index 4e86cb31..27c1ee74 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ can be used freely with other widgets together. dependencies{ compile 'com.android.support:support-v4:23.1.0' compile 'com.nineoldandroids:library:2.4.0' - compile 'com.flyco.roundview:FlycoRoundView_Lib:1.0.6@aar' + compile 'com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar' compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.0@aar' } ``` diff --git a/README_CN.md b/README_CN.md index 2fc30b6e..3a6a4326 100644 --- a/README_CN.md +++ b/README_CN.md @@ -40,7 +40,7 @@ dependencies{ compile 'com.android.support:support-v4:23.1.0' compile 'com.nineoldandroids:library:2.4.0' - compile 'com.flyco.roundview:FlycoRoundView_Lib:1.0.6@aar' + compile 'com.flyco.roundview:FlycoRoundView_Lib:1.0.4@aar' compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.0@aar' } ```