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

Commit 1f5ae610 authored by Dan Pasanen's avatar Dan Pasanen Committed by Adrian DC
Browse files

Recorder: explicitly include android-support-v7-recyclerview

* Fixes non-jack build

Change-Id: I216f7b6d5b68450dfadf93dbea2fe8e778b62e37
parent 31e6f889
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ LOCAL_STATIC_JAVA_LIBRARIES += \
    android-support-design \
    android-support-v4 \
    android-support-v7-appcompat \
    android-support-v7-cardview
    android-support-v7-cardview \
    android-support-v7-recyclerview

LOCAL_STATIC_JAVA_AAR_LIBRARIES += \
    android-support-constraint-layout \