Skip to content

Commit 11ea04f

Browse files
authored
Update README.md
1 parent d1f3383 commit 11ea04f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ AutoGridView主要使用ViewGroup实现,可以如QQ空间中的照片那种九
2424
- 使用Gradle
2525
```java
2626
dependencies {
27-
        compile 'com.liyi:auto-gridview:1.0.2'
27+
        compile 'com.liyi:auto-gridview:1.0.3'
2828
}
2929
```
3030
- 使用Maven
3131
```java
3232
<dependency>
3333
<groupId>com.liyi</groupId>
3434
<artifactId>auto-gridview</artifactId>
35-
<version>1.0.2</version>
35+
     <version>1.0.3</version>
3636
<type>pom</type>
3737
</dependency>
3838
```
@@ -53,7 +53,7 @@ AutoGridView主要使用ViewGroup实现,可以如QQ空间中的照片那种九
5353
## 使用方法
5454
### XML
5555
```Java
56-
   <com.liyi.view.AutoGridView
56+
   <com.liyi.grid.AutoGridView
5757
android:id="@+id/gridLayout"
5858
android:layout_width="wrap_content"
5959
android:layout_height="wrap_content" />
@@ -101,8 +101,8 @@ See the License for the specific language governing permissions and
101101
limitations under the License.
102102

103103

104-
[jcentersvg]: https://img.shields.io/badge/Jcenter-1.0.2-brightgreen.svg
105-
[releasesvg]: https://img.shields.io/badge/release-v1.0.2-0f80c1.svg
104+
[jcentersvg]: https://img.shields.io/badge/Jcenter-1.0.3-brightgreen.svg
105+
[releasesvg]: https://img.shields.io/badge/release-v1.0.3-0f80c1.svg
106106
[apisvg]: https://img.shields.io/badge/API-9+-brightgreen.svg
107107
[licensesvg]: https://img.shields.io/badge/License-Apache--2.0-0f80c1.svg
108108
[license]:http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)