This app allows you track your grocery list and receive reminder notifications when you are near a grocery store.
- Create the following files:
local.properties,release.propertieswith the following entries:
places.api.key=google api key
store.file=my.keystore
store.password=mystorepassword
key.alias=mykey
key.password=mykeypassword
After this is complete execute ./gradlew build