Skip to content

Commit ebfc8e2

Browse files
2 parents dc61839 + 085a2a8 commit ebfc8e2

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Welcome to SelectionDialog!
22

3+
![Release](https://jitpack.io/v/AndroidLibrariesYoutube/SelectionDialog.svg)
4+
35
Hello World.
46
Enable Selections features. Now easy with SelectionDialog android library. You can now enable Single selection and Multiple selection features in your app easily.
57

@@ -20,7 +22,7 @@ Enable Selections features. Now easy with SelectionDialog android library. You c
2022

2123
```css
2224
dependencies {
23-
implementation 'com.github.AndroidLibrariesYoutube:SelectionDialog:0.1.9'
25+
implementation 'com.github.AndroidLibrariesYoutube:SelectionDialog:1.0.0'
2426
}
2527
```
2628

@@ -89,7 +91,7 @@ Get value, positions, TAG and error from dialog.
8991
Using MultiSelection is also not that tough.
9092

9193
**Step 1**
92-
Create class of SingleSelectionDialog for using the Single Selection.
94+
Create class of MultiSelectionDialog for using the Multi Selection.
9395

9496

9597

@@ -139,7 +141,21 @@ Get values, selected item list, TAG and error from dialog.
139141
## Author
140142
[Dheeraj Rijhwani (Android Developer)](https://www.youtube.com/channel/UCEhHMXJs1V4mXGfJ4pSWaoA)
141143

144+
## Licence
145+
146+
```
147+
Copyright 2018 Dheeraj Rijhwani
148+
149+
Licensed under the Apache License, Version 2.0 (the "License");
150+
you may not use this file except in compliance with the License.
151+
You may obtain a copy of the License at
142152
153+
http://www.apache.org/licenses/LICENSE-2.0
143154
155+
Unless required by applicable law or agreed to in writing, software
156+
distributed under the License is distributed on an "AS IS" BASIS,
157+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
158+
See the License for the specific language governing permissions and
159+
limitations under the License.
144160
145161

0 commit comments

Comments
 (0)