Skip to content

Commit

Permalink
fix: Android release builds broken due to missing color (#5909)
Browse files Browse the repository at this point in the history
d9fde31 introduced
  Release build errors by introducing a reference to
  the color 'background_black', which is set in experimental
  builds but not release builds.

Signed-off-by: David Li <jiawei.davidli@gmail.com>
  • Loading branch information
randombk authored Jan 9, 2025
1 parent 8c88415 commit 6b3938c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#000000</color>
<color name="background_black">#090A11</color>
<color name="accent_material_dark">#009926</color>
<color name="primary_material_dark">#212121</color>
<color name="background_material_dark">#212121</color>
Expand Down

0 comments on commit 6b3938c

Please sign in to comment.