Skip to content

Commit

Permalink
Bump versions for the 1.1.0-beta1 release (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
thagikura authored Jul 19, 2018
1 parent fea3952 commit d7287ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flexbox/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {

mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '1.0.0'
mavenVersion = '1.1.0-beta1'

bintrayOrg = 'google'
}

0 comments on commit d7287ae

Please sign in to comment.