From cd0f188c90c875e9b4eab85d906be82b897929f8 Mon Sep 17 00:00:00 2001 From: Hasina Date: Sat, 27 Apr 2019 22:49:24 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1b3a9..89b8516 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An Android Library which uses the FlexboxLayout https://github.com/google/flexbo Add to your app `build.gradle` : ```` dependencies { - implementation 'com.hopenlib.library:flextools:1.0.0' + implementation 'com.hopenlib.library:flextools:1.0.1' } ```` @@ -19,7 +19,7 @@ The official RadioGroup widget doesn't support many RadioButtons in the same dir xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - app:checkedButton="@+id/rb_2" + app:flexCheckedButton="@+id/rb_2" app:alignContent="space_around" app:alignItems="flex_start" app:flexWrap="wrap">