Skip to content

Commit 8bc461f

Browse files
authored
Update README.md
1 parent 36e4ee3 commit 8bc461f

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fun YourComposable() {
3434
properties = BottomSheetDialogProperties(
3535
dismissOnBackPress = true,
3636
dismissOnClickOutside = true,
37+
dismissWithAnimation = false,
3738
navigationBarColor = Color.Unspecified
3839
)
3940
) {
@@ -51,25 +52,17 @@ fun YourComposable() {
5152

5253
# License
5354
```
54-
MIT License
55+
Designed and developed by 2022 holixfactory
5556
56-
Copyright (c) 2022 HOLIX
57+
Licensed under the Apache License, Version 2.0 (the "License");
58+
you may not use this file except in compliance with the License.
59+
You may obtain a copy of the License at
5760
58-
Permission is hereby granted, free of charge, to any person obtaining a copy
59-
of this software and associated documentation files (the "Software"), to deal
60-
in the Software without restriction, including without limitation the rights
61-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62-
copies of the Software, and to permit persons to whom the Software is
63-
furnished to do so, subject to the following conditions:
61+
http://www.apache.org/licenses/LICENSE-2.0
6462
65-
The above copyright notice and this permission notice shall be included in all
66-
copies or substantial portions of the Software.
67-
68-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
74-
SOFTWARE.
63+
Unless required by applicable law or agreed to in writing, software
64+
distributed under the License is distributed on an "AS IS" BASIS,
65+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66+
See the License for the specific language governing permissions and
67+
limitations under the License.
7568
```

0 commit comments

Comments
 (0)