Skip to content

Commit f221d6e

Browse files
authored
Assigned @null default value to crop_image_menu_crop drawable
Undefined resource value isn't allowed on Gradle plugin 3.0-alpha2 and above
1 parent 768a04f commit f221d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<item name="crop_image_menu_crop" type="drawable"/>
4-
</resources>
3+
<item name="crop_image_menu_crop" type="drawable">@null</item>
4+
</resources>

0 commit comments

Comments
 (0)