File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ root_project/build.gradle
1414buildscript {
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
3232stringcare {
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+
You can’t perform that action at this time.
0 commit comments