Skip to content

Commit 7fa6c84

Browse files
committed
fix app id
1 parent 94d2946 commit 7fa6c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
# emulator target as it's considerably slower on CI.
6262
target: default
6363
profile: Nexus 5X
64-
script: bash ./.github/workflows/scripts/drive-app.sh firestore_snippets
64+
script: bash ./.github/workflows/scripts/drive-app.sh firebase_snippets_app

packages/firebase_snippets_app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
defaultConfig {
4646
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47-
applicationId "com.example.firestore_snippets"
47+
applicationId "com.example.firebase_snippets_app"
4848
minSdkVersion 21
4949
targetSdkVersion flutter.targetSdkVersion
5050
versionCode flutterVersionCode.toInteger()

0 commit comments

Comments
 (0)