Skip to content

Commit d7287ae

Browse files
authored
Bump versions for the 1.1.0-beta1 release (#447)
1 parent fea3952 commit d7287ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Add the following dependency to your `build.gradle` file:
1010

1111
```
1212
dependencies {
13-
implementation 'com.google.android:flexbox:1.0.0'
13+
implementation 'com.google.android:flexbox:1.1.0-beta1'
1414
}
1515
```
1616

1717
# Usage
18-
There are two ways of using Flexbox in your layout.
18+
There are two ways of using Flexbox in your layout.
1919

20-
## FlexboxLayout
20+
## FlexboxLayout
2121
The first one is `FlexboxLayout` that extends the `ViewGroup` like `LinearLayout` and `RelativeLayout`.
2222
You can specify the attributes from a layout XML like:
2323
```xml

flexbox/constants.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222

2323
mavenGroup = 'com.google.android'
2424
mavenArtifactId = 'flexbox'
25-
mavenVersion = '1.0.0'
25+
mavenVersion = '1.1.0-beta1'
2626

2727
bintrayOrg = 'google'
2828
}

0 commit comments

Comments
 (0)