Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
720 stars 325 forks source link

Updated kotlin android extension version #344

Open kashaudhan opened 5 months ago

kashaudhan commented 5 months ago

Summary

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS
Android

Checklist

colonelpanic8 commented 5 months ago

Can we get this merged?

noumantahir commented 4 months ago

If possible, we should use the app's kotlinVersion, almost all updated react native package use this pattern

def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['RNSAC_kotlinVersion']