mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-19 16:00:40 +00:00

* [Android] added (DEV) to dev flavor app name * [Android] added `applicationIdSuffix` instead of explicit `applicationId` * [Android] removed main/res for app to be able to see flavored resources * replaced `flutter_launcher_icons` with `icons_launcher` * [Android] generated icon for dev & prod flavors * Create README.md * [iOS] generated icons for dev & prod flavors * [iOS] added (DEV) to dev flavor app name * [iOS] cleanup
5 lines
No EOL
265 B
XML
5 lines
No EOL
265 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/ic_launcher_background"/>
|
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
</adaptive-icon> |