Gradle built Launcher3 from Nougat
Last updated May 12, 2026
97
Stars
68
Forks
2
Issues
0
Stars/day
Attention Score
30
Language breakdown
No language data available.
โธ Files
click to expand
README
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.
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๐ More in this category