Skip to content

Commit

Permalink
1、fix bugs
Browse files Browse the repository at this point in the history
2、made QRefreshLayout support NestedScrolling
  • Loading branch information
qstumn committed Apr 7, 2017
1 parent 7e2068d commit 88c3a7b
Show file tree
Hide file tree
Showing 18 changed files with 332 additions and 189 deletions.
6 changes: 5 additions & 1 deletion QRefreshLayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

publish {
userOrg = 'qstumn'
groupId = 'q.rorbin'
artifactId = 'QRefreshLayout'
publishVersion = '1.2.2'
publishVersion = '1.2.4'
desc = 'this is a custom layout with refresh and loadmore function for android'
website = 'https://github.com/qstumn/QRefreshLayout'
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
}
Loading

0 comments on commit 88c3a7b

Please sign in to comment.