File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ AutoGridView主要使用ViewGroup实现,可以如QQ空间中的照片那种九
24
24
- 使用Gradle
25
25
``` java
26
26
dependencies {
27
- compile ' com.liyi:auto-gridview:1.0.2 '
27
+ compile ' com.liyi:auto-gridview:1.0.3 '
28
28
}
29
29
```
30
30
- 使用Maven
31
31
``` java
32
32
< dependency>
33
33
< groupId> com. liyi< / groupId>
34
34
< artifactId> auto- gridview< / artifactId>
35
- < version> 1.0 . 2 < / version>
35
+ < version> 1.0 . 3 < / version>
36
36
< type> pom< / type>
37
37
< / dependency>
38
38
```
@@ -53,7 +53,7 @@ AutoGridView主要使用ViewGroup实现,可以如QQ空间中的照片那种九
53
53
## 使用方法
54
54
### XML
55
55
``` Java
56
- < com.liyi.view . AutoGridView
56
+ < com.liyi.grid . AutoGridView
57
57
android: id= " @+id/gridLayout"
58
58
android: layout_width= " wrap_content"
59
59
android: layout_height= " wrap_content" / >
@@ -101,8 +101,8 @@ See the License for the specific language governing permissions and
101
101
limitations under the License.
102
102
103
103
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
106
106
[ apisvg ] : https://img.shields.io/badge/API-9+-brightgreen.svg
107
107
[ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-0f80c1.svg
108
108
[ license ] :http://www.apache.org/licenses/LICENSE-2.0
You can’t perform that action at this time.
0 commit comments