LibreShift / red-moon

Android screen filter app for night time phone use.
GNU General Public License v3.0
650 stars 81 forks source link

Update for project!! #164

Closed SirKaushiK closed 7 years ago

SirKaushiK commented 7 years ago

Hello,

Thank You for this Awesome app!!!

but please tell me:- How to update this project in Android Studio????

smichel17 commented 7 years ago

Assuming you downloaded the code using git and didn't change any of the default git settings, running, git pull origin master in a terminal from inside the directory with the code will do it.

Android studio has a git plugin (might be called VCS - version control system) that can do the same thing. I prefer running the git commands manually so I have more control, so I don't use the plugin and don't know how to use it off hand. I'm sure you can find info Googling/Ducking it.

smichel17 commented 7 years ago

Closing this since it's not specific to Red Moon.