-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[in_app_purchase] update gradle tool to 4.1.0 #4079
Conversation
|
If this mismatch is only an issue for this Android-specific test, wouldn't the better fix be to move the test into the Android plugin? |
|
@stuartmorgan there are actually no tests in I'm trying to figure it out now. @blasten might know. |
|
Do we have a weird configuration left over from flutter/flutter#81695 maybe? |
|
I couldn't find anything that's suspicious. Seems like |
stuartmorgan-g
left a comment
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.
Okay, LGTM to fix the tree then. Could you file a bug about this though? We don't want to be running all of our Android unit test twice as we federate more of the plugins.
|
@stuartmorgan Sure |
|
The Gradle version set in a plugin only matters if you are running the plugin's java tests. When an app is built, only one Gradle version is used (the one set by the app). (The analogy I find is, it'd would be like using two or more different Dart SDK versions to build a single app). |
|
@blasten But why is the app-facing package's example app building the tests from the Android implementation package? |
|
I didn't see the issue link before posting, we can continue the discussion there. |
The gradle and gradle tool version have been upgraded in in_app_purchase_android e83a683, which caused a version mismatch in the in_app_purchase plugin
Pre-launch Checklist
dart format.)[shared_preferences]///).If you need help, consider asking for advice on the #hackers-new channel on Discord.