LittleDropsOfRain is a simple store intented to facilitate the discovery of new products made by its owner
Get the latest code from GitHub using Git or download the repository as a ZIP file. (Download)
Or clone it, using:
git clone https://github.com/diegoflassa/LittleDropsOfRain.git
This project uses Gradle. Please refer to the following for additional information on how to install it. It is not needed, tought. You may build the library from the source by simply running the command bellow, in the console, from the project root folder.
Note that an Keystore must be configured to sign the relase apk! Its properties may be found at gradle.properties
Dont forget to add your google-services.json file to the projetc! And, optionally, your *-firebase-adminsdk-*.json file. Add it in to the raw folder, and change its usage in this file in this line
gradlew buildThe following files will be generated in the "app\build\outputs\apk" folder
* app\build\outputs\apk\debug\littledropsofrain-debug*.apk
* or
* app\build\outputs\apk\release\littledropsofrain-release*.apk
To install, use the command
gradlew installDebug
or
gradlew installReleaseNothing. Just Install and navigate!
- See HISTORY.md
- See CONTRIBUTING.md
- See LICENSE