Update icon
All checks were successful
gestemps/comptaplanapp/pipeline/head This commit looks good

This commit is contained in:
cghislai 2021-11-27 18:39:56 +01:00
parent 56003d3209
commit 5c3bc83a09
8 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="comptaplan.app">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CAMERA"/>
<application
android:label="My Comptaplan"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/icon">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<item android:drawable="@android:color/black" />
<!-- You can insert your own image assets here -->
<!-- <item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -27,7 +27,6 @@ keyPassword=${KEYPASS}
keyAlias=${KEYALIAS}
storeFile=${SECRETS_PATH}/signing_keystore.jks
EOF
cat android/key.properties
pwd
flutter build appbundle --dart-define="APP_TITLE=${APP_TITLE}" --dart-define="APP_URI=${APP_URI}" --dart-define="APP_COLOR=${APP_COLOR}"