Skip to content

Commit

Permalink
Resolves #8 packaging issue
Browse files Browse the repository at this point in the history
- The package was set to JAR which apparently was fine in the past but now must be AAR for sources/javadoc to properly link.
  • Loading branch information
ToxicBakery committed Nov 7, 2022
1 parent 882e855 commit ad86910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

POM_NAME=android-nsd-rx
POM_PACKAGING=jar
POM_PACKAGING=aar
POM_DESCRIPTION=Android Network Service Discovery Rx
POM_URL=https://github.com/ToxicBakery/Android-Nsd-Rx
POM_SCM_URL=https://github.com/ToxicBakery/Android-Nsd-Rx.git
Expand Down

0 comments on commit ad86910

Please sign in to comment.