Cleveroad / WaveInApp

Live Audio Equalizer with wave effect
https://www.cleveroad.com
MIT License
1.79k stars 320 forks source link

Add gradle wrapper #7

Closed sergiiz closed 8 years ago

sergiiz commented 8 years ago

Add gradle wrapper

sergiiz commented 8 years ago

Any plans merge this PR?

Iojjj commented 8 years ago

Gradle wrapper is not a part of the library. It's just a tool for building project. When you will try to run sample app, Android Studio will propose you to download latest wrapper version.

sergiiz commented 8 years ago

What will happen if user will need to build the library using CI server without android studio?

Iojjj commented 8 years ago

In case you want to add this library to your project there should be no problems, because gradle wrapper from main project will be used.

In case you want to build this library from this repo you can make a fork, then add gradle wrapper into your forked repo and configure CI system to sync your fork before building the project.

If you have another case, please, explain it.