Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Jul 10, 2020
2 parents 9807fae + 32d09bb commit ea5069d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
}
dependencies {
implementation 'com.github.gzu-liyujiang:HorizontalGridView:1.0.0.20200710'
implementation 'com.github.gzu-liyujiang:HorizontalGridView:1.0.0.20200710@aar'
}
```

Expand All @@ -25,7 +25,7 @@ dependencies {
```xml
<com.github.gzuliyujiang.hgv.HorizontalGridView
android:id="@+id/main_horizontal_grid"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp" />
Expand Down

0 comments on commit ea5069d

Please sign in to comment.