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
14
14
buildscript {
15
15
16
16
ext {
17
- stringcare_version = '0.3 '
17
+ stringcare_version = '0.4 '
18
18
}
19
19
20
20
repositories {
@@ -31,7 +31,7 @@ apply plugin: StringCare
31
31
32
32
stringcare {
33
33
34
- debug true // prints detail build variant info
34
+ debug true // prints details
35
35
36
36
modules {
37
37
@@ -58,4 +58,22 @@ stringcare {
58
58
}
59
59
60
60
}
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