File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616
1717#### [ Limitations] ( https://github.com/StringCare/AndroidLibrary/wiki/Limitations )
1818
19+ #### [ Migrate From 0.x To 1.x] ( https://github.com/StringCare/AndroidLibrary/wiki/Migrate-From-0.x-To-1.x )
20+
1921#### [ Wiki Plugin] ( https://github.com/StringCare/GradlePlugin/wiki )
2022
2123License
2224-------
23- Copyright 2018 StringCare [🐒 SpaceMonkeys]
25+ Copyright 2019 StringCare [🐒 SpaceMonkeys]
2426
2527 Licensed under the Apache License, Version 2.0 (the "License");
2628 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ install {
8585}
8686
8787task sourcesJar (type : Jar ) {
88- from android. sourceSets. main. java. srcDirs
8988 classifier = ' sources'
89+ from android. sourceSets. main. java. srcDirs
9090}
9191
9292task javadoc (type : Javadoc ) {
@@ -98,7 +98,6 @@ task javadoc(type: Javadoc) {
9898task javadocJar (type : Jar , dependsOn : javadoc) {
9999 classifier = ' javadoc'
100100 from javadoc. destinationDir
101-
102101}
103102
104103artifacts {
You can’t perform that action at this time.
0 commit comments