Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 5762171

Browse files
committed
Update jar basename
1 parent 21bb972 commit 5762171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ android.libraryVariants.all { variant ->
5353
exclude '**/Manifest.class'
5454
exclude '**/Manifest\$*.class'
5555
exclude '**/BuildConfig.class'
56+
57+
baseName 'ParseTwitterUtils'
5658
}
5759

5860
def javadocTask = task("javadoc${variant.name.capitalize()}", type: Javadoc) {

0 commit comments

Comments
 (0)