Skip to content

Commit 10f18e0

Browse files
chore(perf): move example app to "flutterfire-e2e-tests" Firebase project (#10051)
1 parent cac7c9f commit 10f18e0

File tree

15 files changed

+825
-795
lines changed

15 files changed

+825
-795
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "flutterfire-fireperf-example"
3+
"default": "flutterfire-e2e-tests"
44
}
55
}

packages/firebase_performance/firebase_performance/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
defaultConfig {
36-
applicationId "io.flutter.plugins.firebaseperformanceexample"
36+
applicationId "io.flutter.plugins.firebase.tests"
3737
minSdkVersion 21
3838
targetSdkVersion 31
3939
versionCode flutterVersionCode.toInteger()

0 commit comments

Comments
 (0)