Skip to content
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

Support flutter3 #721

Merged
merged 5 commits into from
May 14, 2022
Merged

Support flutter3 #721

merged 5 commits into from
May 14, 2022

Conversation

remonh87
Copy link
Member

Fix for #718

Let's wait with merging until we got clarity on the cardfield

@@ -38,10 +38,10 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these dependency updates on purpose? Otherwise, I'd follow the versions from stripe-react-native

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I thought upgrading those minors couldn't hurt but no problem reverting this. However I would like to upgrade the gradle stuff since it gets rid of a lot of warnings and also the Flutter team recommends these versions now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants