tvbarthel / CameraColorPicker

Camera Color Picker is an Android application that lets you capture, in real time, the colors around you using the camera of your device
http://tvbarthel.github.io/CameraColorPicker/
Apache License 2.0
221 stars 75 forks source link

Tag for release 0.0.7 missing #10

Closed keeba0 closed 9 years ago

keeba0 commented 9 years ago

There is a release of version 0.0.7 of Camera Color Picker in Play Store that has no tag here on GitHub. In order to release the app on F-Droid it would be nice to have tags for every version that should be released (every stable version). The process could then be automated.

Thanks!

vbarthel-fr commented 9 years ago

Hi @keeba0

thanks for your interest in CameraColorPicker =)

I have just published a new tag for the release 0.0.7 https://github.com/tvbarthel/CameraColorPicker/releases/tag/v0.0.7

At the beginning of the project, we wanted to publish this app on F-Droid but sadly we never took the time to do it. In fact the product flavor "foss" is intended for F-Droid.

https://github.com/tvbarthel/CameraColorPicker/blob/master/CameraColorPicker/app/build.gradle#L26

We will definitely try to maintain tags for each release version =)

Have a great day,

Vincent.