Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 968 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 968 Bytes

# AgriAid Application

####This is an Android Application README to show briefly the sections your app README should contain.

##Clone this repository and import into Android Studio

###playstore.keystore stage.keystore Build variants Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types

##Generating signed APK ###From Android Studio:

####Build menu ####Generate Signed APK... ####Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it) ####Maintainers

###This project is mantained by: ####haran19

#Contributing ###-Fork it ###-Create your feature branch (git checkout -b my-new-feature) ###-Commit your changes (git commit -m 'Add some feature') ###-Run the linter (ruby lint.rb'). ###-Push your branch (git push origin my-new-feature) ###-Create a new Pull Request