Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94ac3347 authored by Dylan Phan's avatar Dylan Phan
Browse files

Make more fixes for the build breakage caused by pulling in support v14

Change-Id: Ib2055cf578302835f3386dc61ff72538d3190c53
parent 1fbb7e39
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ android {
        compile project(":support-v7-gridlayout")
        compile project(":support-v7-recyclerview")
        compile project(":support-v13")
        compile project(":support-v14-preference")
        compile (project(":support-v14-preference")) {
            exclude module: "support-v4"
        }
    }
}