Skip to content

Commit

Permalink
Brand for flutter.school
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 11, 2019
1 parent 8a86554 commit f3ebe00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

defaultConfig {
applicationId "com.pascalwelsch.yo"
applicationId "school.flutter.yo"
minSdkVersion 21
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.flschweiger.yo">
package="school.flutter.yo">

<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.flschweiger.yo;
package school.flutter.yo;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.pascalwelsch.yo;
PRODUCT_BUNDLE_IDENTIFIER = school.flutter.yo;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -548,7 +548,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.pascalwelsch.yo;
PRODUCT_BUNDLE_IDENTIFIER = school.flutter.yo;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand All @@ -571,7 +571,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.pascalwelsch.yo;
PRODUCT_BUNDLE_IDENTIFIER = school.flutter.yo;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down

0 comments on commit f3ebe00

Please sign in to comment.