-
Notifications
You must be signed in to change notification settings - Fork 4k
chore(deps): Unify versions into global config and update AGP version to 8.2.1 #17272
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
Open
MichaelVerdon
wants to merge
35
commits into
main
Choose a base branch
from
global-versions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
31aab4a
chore(deps): Unify versions into gobal config and update AGP version …
MichaelVerdon 85b93a6
chore(deps): bump gradle wrapper gradle version
MichaelVerdon 025ce20
fix(deps): get analytics
MichaelVerdon 161dc41
fix(deps): Fix performance
MichaelVerdon 27a600a
fix(deps): expose firebaseCoreProject
MichaelVerdon 6d0660a
fix(deps): ensure desugaring enabled
MichaelVerdon 7c2f834
fix(deps): create local configs for each package
MichaelVerdon 6ffeef3
chore(deps): local configs to example apps
MichaelVerdon d80c0d9
chore(deps): dataconnect config
MichaelVerdon 5bcf242
feat(deps): started script file to change java and compile versions
MichaelVerdon 44b182e
chore(deps): automated script working
MichaelVerdon 8b15b09
fix: cleanup and make script copy gradle files only
MichaelVerdon 06f4498
fix: change path of global-config
MichaelVerdon 84b2f86
chore: specific handling for auth
MichaelVerdon 537e480
fix: revert melos.yaml change
MichaelVerdon 3f57b8a
chore: more meaningful comment
MichaelVerdon 84d3c01
chore: match android-sdk versions
MichaelVerdon 51f9e28
fix: support gradle
MichaelVerdon 578b531
fix: ext issue
MichaelVerdon de70f87
fix: removed random change
MichaelVerdon 1196c9c
fix: ext issue
MichaelVerdon b7cea82
fix: test
MichaelVerdon 3bf1a76
feat: add AGP version support
MichaelVerdon ece4349
chore: run script
MichaelVerdon b883c6b
Merge branch 'main' into global-versions
MichaelVerdon ed5b110
feat: added supprot for example apps
MichaelVerdon ec89897
feat: handle vertexai example app
MichaelVerdon c4d4c79
feat: more unification and cleanup
MichaelVerdon 826a49d
chore: make settings.gradle apply properties
MichaelVerdon 7e7a0b1
fix: last fixes, add note to script and include data-connect
MichaelVerdon 13fad94
Merge branch 'main' into global-versions
MichaelVerdon e5f9b4b
Update scripts/generate_versions_gradle.dart
MichaelVerdon 0f0a40d
Update scripts/generate_versions_gradle.dart
MichaelVerdon b253183
chore: individualise each case to display what is going on
MichaelVerdon a2257d0
Merge branch 'main' into global-versions
MichaelVerdon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/cloud_firestore/cloud_firestore/android/local-config.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ext { | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 | ||
javaVersion = JavaVersion.toVersion(17) | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/cloud_firestore/cloud_firestore/example/android/app/generated_android_versions.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
javaVersion=17 | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/cloud_functions/cloud_functions/android/local-config.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ext { | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 | ||
javaVersion = JavaVersion.toVersion(17) | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/firebase_analytics/firebase_analytics/android/local-config.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ext { | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 | ||
javaVersion = JavaVersion.toVersion(17) | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/firebase_app_check/firebase_app_check/android/local-config.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ext { | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 | ||
javaVersion = JavaVersion.toVersion(17) | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/firebase_app_installations/firebase_app_installations/android/local-config.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ext { | ||
compileSdk=35 | ||
minSdk=21 | ||
targetSdk=35 | ||
javaVersion = JavaVersion.toVersion(17) | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.