-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Migrate all quickstart apps to most recent AGP and kts syntax #1493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
perf/app/build.gradle.kts
Outdated
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro") | ||
} | ||
getByName("debug") { | ||
//FirebasePerformance { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thatfiredev Do you know how to migrate this to kts? I've tried absolutely everything and can't make it work :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might need to import com.google.firebase.perf.plugin.FirebasePerformance
at the top of the file
auth/app/src/main/java/com/google/firebase/quickstart/auth/java/PasswordlessActivity.java
Show resolved
Hide resolved
…mc/update-agp-kts � Conflicts: � build.gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @marinacoelho !!
No description provided.