You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,24 @@ Setup
25
25
26
26
The library was built for and tested on Android version 2.3.3(SDK 10) and above. It could be modified to support older versions if required.
27
27
28
-
To setup import the `/library` project into your Android Studio project and add it as a dependency in your `build.gradle`.
28
+
The simplest way to use AndroidStaggeredGrid is to add the library as a gradle aar dependency to your build. See the [CHANGELOG.md](https://github.com/etsy/AndroidStaggeredGrid/blob/master/CHANGELOG.md) for the latest version number.
29
+
30
+
```
31
+
dependencies {
32
+
mavenCentral()
33
+
compile 'com.etsy.android.grid:library:1.0.0'
34
+
}
35
+
```
36
+
37
+
Alternatively import the `/library` project into your Android Studio project and add it as a dependency in your `build.gradle`.
29
38
30
39
The library is currently configured to be built via Gradle only. It has the following dependencies:
0 commit comments