This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Alternatively import the `/library` project into your Android Studio project and
3838
3939The library is currently configured to be built via Gradle only. It has the following dependencies:
4040
41- * Android Gradle plugin v0.7.+ - ` com.android.tools.build:gradle:0.7.+ `
41+ * Android Gradle plugin v0.7.+ - ` com.android.tools.build:gradle:0.7.3 `
4242 * Android Support Library v19 - ` com.android.support:support-v4:19.0.+ `
4343
4444Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the read).
9191
9292The `StaggeredGridView` does not support the following:
9393
94+ * Item selector drawables
95+ * Item long press event
9496 * Scroll bars
9597 * Row dividers
9698 * Edge effect
9799 * Fading edge
98- * Item selection or long press
99100 * Overscroll
100101
101102License
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55
66 dependencies {
7- classpath ' com.android.tools.build:gradle:0.7.+ '
7+ classpath ' com.android.tools.build:gradle:0.7.3 '
88 }
99}
1010
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:0.7.+ '
6+ classpath ' com.android.tools.build:gradle:0.7.3 '
77 }
88}
99apply plugin : ' android-library'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:0.7.+ '
6+ classpath ' com.android.tools.build:gradle:0.7.3 '
77 }
88}
99apply plugin : ' android'
You can’t perform that action at this time.
0 commit comments