try to change color and name without build script magic

This commit is contained in:
LagradOst 2021-08-20 21:02:09 +02:00
parent 92c2f6f1fc
commit afdafc3dac
6 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#6A32D3</color>
</resources>

View file

@ -1,3 +1,3 @@
<resources>
<string name="app_name">CloudStream Beta</string>
<string name="app_name">CloudStream Debug</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#3DDC84</color>
</resources>

View file

@ -0,0 +1,3 @@
<resources>
<string name="app_name">CloudStream Beta</string>
</resources>