+1
-1
android/app/build.gradle.kts
+1
-1
android/app/build.gradle.kts
···
21
22
defaultConfig {
23
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24
-
applicationId = "com.example.grain_flutter"
25
// You can update the following values to match your application needs.
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
27
minSdk = flutter.minSdkVersion
···
21
22
defaultConfig {
23
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24
+
applicationId = "social.grain.grain_flutter"
25
// You can update the following values to match your application needs.
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
27
minSdk = flutter.minSdkVersion
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
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
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
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
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
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
This is a binary file and will not be displayed.