未验证 提交 d7287aed 编写于 作者: T Takeshi Hagikura 提交者: GitHub

Bump versions for the 1.1.0-beta1 release (#447)

上级 fea39525
......@@ -10,14 +10,14 @@ Add the following dependency to your `build.gradle` file:
```
dependencies {
implementation 'com.google.android:flexbox:1.0.0'
implementation 'com.google.android:flexbox:1.1.0-beta1'
}
```
# Usage
There are two ways of using Flexbox in your layout.
There are two ways of using Flexbox in your layout.
## FlexboxLayout
## FlexboxLayout
The first one is `FlexboxLayout` that extends the `ViewGroup` like `LinearLayout` and `RelativeLayout`.
You can specify the attributes from a layout XML like:
```xml
......
......@@ -22,7 +22,7 @@ ext {
mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '1.0.0'
mavenVersion = '1.1.0-beta1'
bintrayOrg = 'google'
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册