You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change the groupId in preparation to google maven
- Update the README accordingly
- Update the dependent library versions
- Remove the obsolete plugins for publishing to maven
- Introduced maven pubilsher plugin (https://developer.android.com/studio/build/maven-publish-plugin) instead
**Note that the default values for `alignItems` and `alignContent` for `FlexboxLayout` have been changed from `stretch`to `flex_start` starting from 2.0.0, it may break the existing apps.
18
-
Please make sure to set `stretch` explicitly if you want to apply the behavior of `stretch`.**
17
+
**Starting from 3.0.0, the groupId is changed to `com.google.android.flexbox` in preparation to uploading the artifacts to google maven.
18
+
You can still download the artifacts from jcenter for the past versions with the prior groupId (`com.google.android`), but migrating the library 3.0.0 is recommended.**
19
19
20
+
Note that the default values for `alignItems` and `alignContent` for `FlexboxLayout` have been changed from `stretch` to `flex_start` starting from 2.0.0, it may break the existing apps.
21
+
Please make sure to set `stretch` explicitly if you want to apply the behavior of `stretch`.
20
22
21
-
**Note that starting from 1.1.0, the library is expected to use with AndroidX. Please migrate to [AndroidX](https://developer.android.com/jetpack/androidx/migrate) if you use 1.1.0 or above.**
22
23
23
-
**Please use 1.0.0 if you haven't migrated to AndroidX.**
24
+
Note that starting from 1.1.0, the library is expeced to use with AndroidX. Please migrate to [AndroidX](https://developer.android.com/jetpack/androidx/migrate) if you use 1.1.0 or above.
25
+
26
+
Please use 1.0.0 if you haven't migrated to AndroidX.
0 commit comments