We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c75ff commit 551c33bCopy full SHA for 551c33b
README.md
@@ -12,7 +12,7 @@ Copy [source code](library/src/main/java/jp/co/recruit_mp/android/widget/HeaderF
12
or Gradle:
13
14
```groovy
15
-compile 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.3'
+compile 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.4'
16
```
17
18
## License
demo/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 10
10
targetSdkVersion 21
11
versionCode 3
- versionName '0.2.3'
+ versionName '0.2.4'
}
buildTypes {
release {
library/build.gradle
@@ -7,7 +7,7 @@ android {
7
defaultConfig {
8
0 commit comments