Skip to content

Commit f5b2a8e

Browse files
committed
修改版本号和说明
1 parent 175b55c commit f5b2a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ publish {
77
userOrg = 'yanghongwei'
88
groupId = 'com.yhw.library'
99
artifactId = 'fastadapter'
10-
publishVersion = '1.0.0'
10+
publishVersion = '1.0.1'
1111
repoName="FastAdapter"
12-
desc = 'A fast adapter code library, suitable for RecyclerView, ListView, GridView, ViewPager, etc'
12+
desc = 'A fast adapter code library, suitable for RecyclerViewListViewGridViewViewPager、ViewPager2、ExpandableListView、Spinner, etc'
1313
website = 'https://github.com/LuckyCodeer/FastAdapter'
1414
}
1515

0 commit comments

Comments
 (0)