first init after flutter pub get and app name chanching

This commit is contained in:
2025-11-06 10:13:12 +01:00
parent 834ca2327a
commit 95ebd55bcd
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.flutter_template_getx_provider"
namespace = "net.ipv64.joshihomeserver.ta.flutter_webapp_anwendung_tanken"
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.flutter_template_getx_provider"
applicationId = "net.ipv64.joshihomeserver.ta.flutter_webapp_anwendung_tanken"
// 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