Skip to content

alexhudici/LunchRanker

 
 

Repository files navigation

LunchRanker

Build Status Join the chat at https://gitter.im/dagar/LunchRanker

alt text

https://play.google.com/store/apps/details?id=ca.dagar.lunchranker

Lunch Ranker is completely open source. New commits succesfully built by travis are automatically published to Google Play.

Join the Google+ beta tester community. https://plus.google.com/communities/105981042736744264416

The gradle build needs these environment variables set.

export ANDROIDAPP_KEYSTORE_PATH=/home/dagar/.android/release.keystore
export ANDROIDAPP_KEYSTORE_PASSWORD=********
export ANDROIDAPP_KEY_ALIAS=MyReleaseKey
export ANDROIDAPP_KEY_PASSWORD=********

Backend

Currently the backend must be deployed manually through Android Developer Studio or ./gradlew appengineUpdateBackend

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.5%