diff --git a/animations/android/app/build.gradle b/animations/android/app/build.gradle index 6a857b0d2..0ce63a761 100644 --- a/animations/android/app/build.gradle +++ b/animations/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.animations" + applicationId "dev.flutter.animations" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() diff --git a/animations/android/app/src/debug/AndroidManifest.xml b/animations/android/app/src/debug/AndroidManifest.xml index 2add785c7..bdb9b1584 100644 --- a/animations/android/app/src/debug/AndroidManifest.xml +++ b/animations/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="dev.flutter.animations"> diff --git a/animations/android/app/src/main/AndroidManifest.xml b/animations/android/app/src/main/AndroidManifest.xml index 85d88f4d5..69ee13363 100644 --- a/animations/android/app/src/main/AndroidManifest.xml +++ b/animations/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="dev.flutter.animations"> diff --git a/animations/ios/Runner.xcodeproj/project.pbxproj b/animations/ios/Runner.xcodeproj/project.pbxproj index bb1e35203..b7ef4c45f 100644 --- a/animations/ios/Runner.xcodeproj/project.pbxproj +++ b/animations/ios/Runner.xcodeproj/project.pbxproj @@ -320,7 +320,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.animations; + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.animations; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -454,7 +454,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.animations; + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.animations; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -481,7 +481,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.animations; + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.animations; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/animations/macos/Runner/Configs/AppInfo.xcconfig b/animations/macos/Runner/Configs/AppInfo.xcconfig index d7b7f3073..09c3c1b67 100644 --- a/animations/macos/Runner/Configs/AppInfo.xcconfig +++ b/animations/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = animations // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.animations +PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.animations // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2020 com.example. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2020 dev.flutter. All rights reserved.