theblixguy / ForceDoze

Enable Doze mode immediately after screen off and turn off motion sensing to get best battery life
https://play.google.com/store/apps/details?id=com.suyashsrijan.forcedoze&hl=en
GNU General Public License v3.0
179 stars 37 forks source link

Removed unnecessary files #42

Closed rosenpin closed 7 years ago

rosenpin commented 7 years ago

Should make commits easier to read. For some reason your commits include changes in the .idea folder and other unimportant files. I think you need to clear git cache in your local project

theblixguy commented 7 years ago

Yeah, I actually fixed it 20 mins ago. There was a lot of unnecessary files being pushed so I removed them (like the build folder, contains so many useless files). Thanks for your PR, I've merged it now.

rosenpin commented 7 years ago

Great! Thanks