File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 58
58
- 增加拖拽功能与demo,效果图:
59
59
60
60
61
+
61
62
![ 拖拽] ( https://github.com/ssseasonnn/PracticalRecyclerView/blob/master/gif/drag.gif?raw=true )
62
63
63
64
65
+
66
+
67
+ ### 2016-10-18 更新:
68
+
69
+ - 向下支持到API 11(android 3.0)
70
+
71
+
72
+
64
73
### 使用方式:
65
74
66
75
1.添加Gradle依赖
69
78
70
79
``` groovy
71
80
dependencies{
72
- compile 'zlc.season:practicalrecyclerview:1.0.6 '
81
+ compile 'zlc.season:practicalrecyclerview:1.0.7 '
73
82
}
74
83
```
75
84
2.在布局文件中添加PracticalRecyclerView
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
7
7
defaultConfig {
8
8
applicationId " zlc.season.demo"
9
- minSdkVersion 15
9
+ minSdkVersion 11
10
10
targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
3
4
package =" zlc.season.demo" >
4
5
6
+ <uses-sdk tools : overrideLibrary =" android.support.v13" />
5
7
<uses-permission android : name =" android.permission.INTERNET" />
6
8
7
9
<application
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
2
2
apply plugin : ' com.jfrog.bintray'
3
3
4
4
// This is the library version used when deploying the artifact
5
- version = " 1.0.6 "
5
+ version = " 1.0.7 "
6
6
7
7
def siteUrl = ' https://github.com/ssseasonnn/PracticalRecyclerView' // 项目的主页
8
8
def gitUrl = ' https://github.com/ssseasonnn/PracticalRecyclerView.git' // Git仓库的url
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
buildToolsVersion " 24.0.3"
6
6
7
7
defaultConfig {
8
- minSdkVersion 15
8
+ minSdkVersion 11
9
9
targetSdkVersion 24
10
10
versionCode 1
11
11
versionName " 1.0"
You can’t perform that action at this time.
0 commit comments