-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Add Vertex AI for Firebase quickstart #1610
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
This sample app is moving to firebase/quickstart-android: firebase/quickstart-android#1610
When trying to import the project I get an error about gradle version incompatiblity. This can be fixed by changing the AGP version to 8.2, or by bumping gradle to 8.6 |
@rlazo are you using the latest version of Android Studio (Jellyfish 2023.3.1)? This repo gets its Gradle versions bumped up every time there's a new version of Android Studio. When I open the project on Android Studio Iguana, I get the following error:
Which is expected for now, but I've been considering preventing the bot from updating Gradle immediately and giving it a few months for the new AS version to roll out to developers. |
The gradle version in this PR is 8.4 https://github.com/firebase/quickstart-android/pull/1610/files#diff-e64dc19d8d0422436002e40bac5c0d06b57328d79768a1f4a0f7c3e07beb1ceb and it's trying to use AGP 8.4 https://github.com/firebase/quickstart-android/pull/1610/files#diff-46902dbaf91bcd2fef57080e7ed01256c976b1f030f29c651c5cc599be9a692b which requires gradle 8.6 https://developer.android.com/build/releases/gradle-plugin#updating-gradle |
@rlazo ah, good catch! Updated. I wonder why CI didn't complain 🤔 |
No description provided.