Skip to content

Commit

Permalink
Release 1.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
herintsoa-razaf committed Apr 27, 2019
1 parent bacd67b commit edb599c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2019 Hasina R.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,21 @@ Use the custom attribute `checkedButton` to specify the RadioButton's id which i
You can see more details about the FlexboxLayout UI params (alignContent, alignItems, flexWrap, ...) to customize the appearence of the FlexRadioGroup and his content.

![FlexRadioGroup in action](/assets/screenshot.png)

## License
Apache 2.0. See the [LICENSE](https://github.com/mrHerintsoaHasina/flextools/blob/master/LICENSE.md) file for details.
```
Copyright 2019 Hasina R.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.`
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
// Android
ext.compile_sdk_version = 28
ext.min_sdk_version = 17
ext.version_code = 1
ext.version_name = '1.0'
ext.version_code = 2
ext.version_name = '1.0.1'

// Dependencies
ext.android_annotation_version = '1.1.0-alpha01'
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/mrHerintsoaHasina/flextools'
gitUrl = 'https://github.com/mrHerintsoaHasina/flextools.git'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
allLabels = ['android', 'android-library', 'android-ui']

developerId = 'mrhas'
Expand Down

0 comments on commit edb599c

Please sign in to comment.