Skip to content

Commit

Permalink
MatLog: fix wrong dependency in Android.bp file
Browse files Browse the repository at this point in the history
typo alarm!

Change-Id: I0bc9a7c04db92ebda86bb40d6e0f5ebc3f236f86
  • Loading branch information
maxwen committed Feb 15, 2020
1 parent 1da2a3d commit 2af9ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android_library_import {
"android-support-v7-appcompat",
"android-support-annotations",
"android-support-v7-recyclerview",
"material-dialogs-core-target"
"material-dialogs-core-matlog-target"
],
}

Expand Down

0 comments on commit 2af9ee8

Please sign in to comment.