improve gradle build to support nightly builds
This commit is contained in:
parent
aa29f65bce
commit
4d1fc5ecb0
13 changed files with 17 additions and 1 deletions
11
app/src/blue/res/drawable/ic_launcher_background.xml
Normal file
11
app/src/blue/res/drawable/ic_launcher_background.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<size android:width="108dp" android:height="108dp" />
|
||||
<gradient
|
||||
android:type="radial"
|
||||
android:centerX="50%"
|
||||
android:centerY="50%"
|
||||
android:startColor="#2588d0"
|
||||
android:endColor="#1967a3"
|
||||
android:gradientRadius="100"/>
|
||||
</shape>
|
||||
BIN
app/src/blue/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
app/src/blue/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
BIN
app/src/blue/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
app/src/blue/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/blue/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
app/src/blue/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
BIN
app/src/blue/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
app/src/blue/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
app/src/blue/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
app/src/blue/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Loading…
Add table
Add a link
Reference in a new issue