Skip to content

bigdongdong/SpringScrollView

Repository files navigation

SpringScrollView

阻尼滚动ScrollView

项目配置

  allprojects {
      repositories {
          ...
          maven { url 'https://jitpack.io' }  //添加jitpack仓库
      }
  }
  
  dependencies {
	  implementation 'com.github.bigdongdong:SpringScrollView:latest.release' //添加依赖
  }