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.6.3 - ` com.android.tools.build:gradle:0.6.3 `
41+ * Android Gradle plugin v0.7.+ - ` com.android.tools.build:gradle:0.7.+ `
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).
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ allprojects {
1919 repositories {
2020 mavenCentral()
2121 }
22- }
22+ }
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ dependencies {
1717}
1818
1919android {
20- compileSdkVersion 17
20+ compileSdkVersion 19
2121 buildToolsVersion " 19"
2222
2323 defaultConfig {
2424 minSdkVersion 10
25- targetSdkVersion 17
25+ targetSdkVersion 19
2626 }
2727}
2828
29- apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
29+ apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change 33 android : versionCode =" 1"
44 android : versionName =" 1.0.0" >
55
6- <uses-sdk android : minSdkVersion =" 10" android : targetSdkVersion =" 17 " />
6+ <uses-sdk android : minSdkVersion =" 10" android : targetSdkVersion =" 19 " />
77 <application />
88
99</manifest >
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ repositories {
1313}
1414
1515android {
16- compileSdkVersion 17
16+ compileSdkVersion 19
1717 buildToolsVersion " 19"
1818
1919 defaultConfig {
2020 minSdkVersion 10
21- targetSdkVersion 17
21+ targetSdkVersion 19
2222 }
2323}
2424
Original file line number Diff line number Diff line change 66
77 <uses-sdk
88 android : minSdkVersion =" 10"
9- android : targetSdkVersion =" 17 " />
9+ android : targetSdkVersion =" 19 " />
1010
1111 <application
1212 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments