new appicon

This commit is contained in:
2025-06-01 11:42:15 +02:00
parent e78d9300f8
commit d62c2c88cc
69 changed files with 6 additions and 355 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.f0ckapp"
namespace = "com.f0ck.f0ckapp"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.f0ckapp"
applicationId = "com.f0ck.f0ckapp"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion