Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 681 Bytes

Launcher3 - Gradle

This repo contains an up-to-date Launcher3, with all the goodies Google added in Marshmallow. I converted it to build with gradle so it is easy to manage. All other credit goes to the Google Team.

Feel free to fork and use this as a base project for any launchers you might want to make in the future. I will try to keep it up with the latest changes from Google.

Launcher3 Code

To sync with Google's Launcher3

$ git remote add upstream https://android.googlesource.com/platform/packages/apps/Launcher3
$ git fetch upstream
$ git checkout master
$ git merge upstream/master