amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

README.md build instructions request #440

Open gubatron opened 7 years ago

gubatron commented 7 years ago

What is the task you use to build the .jar yourself?

Tried with no luck:

./gradlew assemble
./gradlew build
./gradlew assembleDefault
./gradlew jarReleaseClasses # but couldn't find a showcaseview-<version>.jar, just a classes.jar, not sure if that's what I need

I want to build this to see how big the resulting .jar is, also I want to know how many more symbols it'll add to my DEX.

it'd be awesome if build instructions were included in the README.md

gubatron commented 7 years ago

would this be the one?

ls -l ./sample/build/intermediates/packaged/release/classes.jar
-rw-r--r--  1 gubatron  access_bpf  91866 Jun 27 16:14 ./sample/build/intermediates/packaged/release/classes.jar

About 91k?