Skip to content

Commit 9f1077b

Browse files
committed
readme
2 parents daca4b6 + d929146 commit 9f1077b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
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

2123
License
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.

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ install {
8585
}
8686

8787
task sourcesJar(type: Jar) {
88-
from android.sourceSets.main.java.srcDirs
8988
classifier = 'sources'
89+
from android.sourceSets.main.java.srcDirs
9090
}
9191

9292
task javadoc(type: Javadoc) {
@@ -98,7 +98,6 @@ task javadoc(type: Javadoc) {
9898
task javadocJar(type: Jar, dependsOn: javadoc) {
9999
classifier = 'javadoc'
100100
from javadoc.destinationDir
101-
102101
}
103102

104103
artifacts {

0 commit comments

Comments
 (0)