StevenRudenko / BleSensorTag

This is not an official application for TI SensorTag. It is a sample project for Bluetooth Low Energy (BLE) usage on Android. There was Texas Instruments SensorTag module used for demonstration.
https://play.google.com/store/apps/details?id=sample.ble.sensortag
MIT License
168 stars 106 forks source link

added gradle build #2

Closed falkorichter closed 10 years ago

StevenRudenko commented 10 years ago

Every developer can choose for himself whether he wants Gradle or not. Project should not contain any specific configuration for that IMHO.

falkorichter commented 10 years ago

On the contrary. Projects should be able to be built programatically. What keeps you from accepting this pull request which adds a free feature?

People can still choose to use gradle or not, even if the project contains a gradle file :)

StevenRudenko commented 10 years ago

repository become unnecessary big with build folder enabled and gradle-wrapper.jar added.

falkorichter commented 10 years ago

52 kb added to a project that has jar dependency with size 600kb :) the build folder is ignored...

StevenRudenko commented 10 years ago

ah. indeed it is ignored. didn't noticed that.

falkorichter commented 10 years ago

:+1:

StevenRudenko commented 10 years ago

thanks!