nimblehq / jetpack-compose-crypto

This is an sample Crypto market prices app built with Jetpack Compose
https://nimblehq.co/
MIT License
21 stars 5 forks source link

[Chore] Update app launcher icon #35

Closed hoangnguyen92dn closed 2 years ago

hoangnguyen92dn commented 2 years ago

What happened 👀

The app is currently using default generated icon

Insight 📝

Generate a new app launcher icon get from the free resource: https://www.flaticon.com/free-icon/project_1055646?related_id=1055646

Proof Of Work 📹

github-actions[bot] commented 2 years ago
3 Warnings
:warning: app/src/main/AndroidManifest.xml#L10 - On SDK version 23 and up, your app data will be automatically backed up and restored on app install. Consider adding the attribute android:fullBackupContent to specify an @xml resource which configures which files to backup, or just set android:fullBackupOnly=true. More info: https://developer.android.com/guide/topics/data/autobackup
:warning: app/src/main/AndroidManifest.xml#L13 - Attribute networkSecurityConfig is only used in API level 24 and higher (current min is 23)
:warning: app/src/main/res/navigation/nav_graph_main.xml#L2 - The resource R.navigation.nav_graph_main appears to be unused

CoroutineTemplate Jacoco report:

Generated by :no_entry_sign: Danger