feat: Update application ID and fix launcher icons for branding (had to convert jpg to png first)

Changed files
+1 -1
android
app
src
main
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
+1 -1
android/app/build.gradle.kts
··· 21 21 22 22 defaultConfig { 23 23 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). 24 - applicationId = "com.example.grain_flutter" 24 + applicationId = "social.grain.grain_flutter" 25 25 // You can update the following values to match your application needs. 26 26 // For more information, see: https://flutter.dev/to/review-gradle-config. 27 27 minSdk = flutter.minSdkVersion
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-mdpi/ic_launcher.png

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

This is a binary file and will not be displayed.

android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

This is a binary file and will not be displayed.