Skip to content

Commit 3131934

Browse files
author
wangmingshuo
committed
删除冗余代码
1 parent fe5c37b commit 3131934

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
2. 添加库依赖
1919
``` gradle
2020
dependencies {
21-
implementation 'com.github.wangmingshuo:XPullToRefresh:Tag'
21+
implementation 'com.github.wangmingshuo:XPullToRefresh:1.0.3'
2222
}
2323
````
2424

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.hanter.android.xpulltorefresh">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
android:supportsRtl="true" >
4+
<application >
75

86
</application>
97

0 commit comments

Comments
 (0)