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

Commit 3c92e8a

Browse files
committed
Merge pull request #10 from ParsePlatform/wangmengyan.update_jar_basename
Update jar basename
2 parents be65ff8 + 5762171 commit 3c92e8a

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
@@ -55,6 +55,8 @@ android.libraryVariants.all { variant ->
5555
exclude '**/Manifest.class'
5656
exclude '**/Manifest\$*.class'
5757
exclude '**/BuildConfig.class'
58+
59+
baseName 'ParseTwitterUtils'
5860
}
5961

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

0 commit comments

Comments
 (0)