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

fix: Upgrade android, fix breaking changes #1289

Merged
merged 4 commits into from
Feb 7, 2023

Conversation

charliecruzan-stripe
Copy link
Collaborator

Summary

stripe-android 20.19.2 included some breaking code changes for Kotlin, and was picked up automatically due to soft version matching. this PR fixes those

Motivation

Closes #1288

Testing

  • I tested this manually
  • I added automated tests

Documentation

Select one:

  • I have added relevant documentation for my changes.
  • This PR does not result in any developer-facing changes.

@charliecruzan-stripe charliecruzan-stripe merged commit 2f5c88f into master Feb 7, 2023
@charliecruzan-stripe charliecruzan-stripe deleted the charliecruzan/fix-android-20.19.2 branch February 7, 2023 22:34
brentvatne pushed a commit to expo/expo that referenced this pull request Feb 8, 2023
# Why

fix expo go build error where kotlin 1.8 is incompatible with 1.6:
https://github.com/expo/expo/actions/runs/4120016867/jobs/7114321156

# How

- the underlying module of stripe 0.23.1 ships kotlin 1.8 which is
prebuilt as aar/jar on maven central. we have no way to downgrade its
kotlin version but only to upgrade kotlin in whole android expo go.
- stripe 0.23.1 has a build error error and fixed at
stripe/stripe-react-native#1289. upgrade the
vendoring module to 0.23.3.

# Test Plan

versioned android expo go + ncl launch test

# Checklist

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
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.

Support for React Native 0.71
1 participant