Skip to content

Commit 819a4b4

Browse files
committed
update to v1.05
1 parent 987b846 commit 819a4b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish{
55
userOrg = 'lcodecorex'
66
groupId = 'com.lcodecorex'
77
artifactId = 'tkrefreshlayout'
8-
publishVersion = '1.0.4'
8+
publishVersion = '1.0.5'
99
website = 'https://github.com/lcodecorex/TwinklingRefreshLayout/'
1010
}
1111

@@ -16,8 +16,8 @@ android {
1616
defaultConfig {
1717
minSdkVersion 14
1818
targetSdkVersion 23
19-
versionCode 4
20-
versionName "1.04"
19+
versionCode 5
20+
versionName "1.05"
2121
}
2222
buildTypes {
2323
release {

0 commit comments

Comments
 (0)