Skip to content

Commit c0d38cf

Browse files
chore(auth): move example app to "flutterfire-e2e-tests" Firebase project (#10042)
1 parent d75786f commit c0d38cf

File tree

10 files changed

+261
-563
lines changed

10 files changed

+261
-563
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
defaultConfig {
4545
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46-
applicationId "io.flutter.plugins.firebaseauthexample"
46+
applicationId "io.flutter.plugins.firebase.auth.example"
4747
minSdkVersion 19
4848
targetSdkVersion flutter.targetSdkVersion
4949
versionCode flutterVersionCode.toInteger()
@@ -69,4 +69,4 @@ dependencies {
6969
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
7070
}
7171

72-
apply plugin: 'com.google.gms.google-services'
72+
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)