File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/firebase_snippets_app/android/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
# emulator target as it's considerably slower on CI.
62
62
target : default
63
63
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
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
45
45
defaultConfig {
46
46
// 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 "
48
48
minSdkVersion 21
49
49
targetSdkVersion flutter. targetSdkVersion
50
50
versionCode flutterVersionCode. toInteger()
You can’t perform that action at this time.
0 commit comments