Skip to content

Commit 4569bf3

Browse files
committed
readme
1 parent 884c107 commit 4569bf3

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ root_project/build.gradle
1414
buildscript {
1515
1616
ext {
17-
stringcare_version = '0.3'
17+
stringcare_version = '0.4'
1818
}
1919
2020
repositories {
@@ -31,7 +31,7 @@ apply plugin: StringCare
3131
3232
stringcare {
3333
34-
debug true // prints detail build variant info
34+
debug true // prints details
3535
3636
modules {
3737
@@ -58,4 +58,22 @@ stringcare {
5858
}
5959
6060
}
61-
```
61+
```
62+
63+
64+
License
65+
-------
66+
Copyright 2017 Efraín Espada
67+
68+
Licensed under the Apache License, Version 2.0 (the "License");
69+
you may not use this file except in compliance with the License.
70+
You may obtain a copy of the License at
71+
72+
http://www.apache.org/licenses/LICENSE-2.0
73+
74+
Unless required by applicable law or agreed to in writing, software
75+
distributed under the License is distributed on an "AS IS" BASIS,
76+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77+
See the License for the specific language governing permissions and
78+
limitations under the License.
79+

0 commit comments

Comments
 (0)