We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5c37b commit 3131934Copy full SHA for 3131934
2 files changed
README.md
@@ -18,7 +18,7 @@
18
2. 添加库依赖
19
``` gradle
20
dependencies {
21
- implementation 'com.github.wangmingshuo:XPullToRefresh:Tag'
+ implementation 'com.github.wangmingshuo:XPullToRefresh:1.0.3'
22
}
23
````
24
library/src/main/AndroidManifest.xml
@@ -1,9 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.hanter.android.xpulltorefresh">
3
4
- <application android:allowBackup="true"
5
- android:label="@string/app_name"
6
- android:supportsRtl="true" >
+ <application >
7
8
</application>
9
0 commit comments