Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 710 Bytes

lbm

Lazooz Location Based Mining Application

This Android App is used for building La'zooz Collaborating Web

Download

Application can be download from google play store at: https://play.google.com/store/apps/details?id=com.lazooz.lbm&hl=en

Question and issues

Send to: [email protected]

Build

Add external libs to the project from https://github.com/lazooz/lbm_libs_ext The project can be build for both Android Studio and Eclipse ADT.

How to update your local repository

From command line :

git pull (remote name) (branch name)

e.g

For updating android_studio branch:

git pull origin android_studio