Skip to content

Commit

Permalink
Don't trust the updates: gradle plugin 0.7.3 instead of 0.7.+ (#16 & #17
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Deniz Veli committed Dec 31, 2013
1 parent 728f12d commit 1f6f213
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Alternatively import the `/library` project into your Android Studio project and

The library is currently configured to be built via Gradle only. It has the following dependencies:

* Android Gradle plugin v0.7.+ - `com.android.tools.build:gradle:0.7.+`
* Android Gradle plugin v0.7.+ - `com.android.tools.build:gradle:0.7.3`
* Android Support Library v19 - `com.android.support:support-v4:19.0.+`

Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the read).
Expand Down Expand Up @@ -91,11 +91,12 @@ TODO

The `StaggeredGridView` does not support the following:

* Item selector drawables
* Item long press event
* Scroll bars
* Row dividers
* Edge effect
* Fading edge
* Item selection or long press
* Overscroll

License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.7.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.7.3'
}
}
apply plugin: 'android-library'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
classpath 'com.android.tools.build:gradle:0.7.3'
}
}
apply plugin: 'android'
Expand Down

0 comments on commit 1f6f213

Please sign in to comment.