DataDog / datadog-react-native-wizard

Setup wizard for Datadog React Native SDK
Apache License 2.0
4 stars 2 forks source link

Use version 1.+ for gradle plugin by default #23

Closed louiszawadzki closed 9 months ago

louiszawadzki commented 9 months ago

What and why?

Use version 1.+ of the gradle plugin by default. This value will be written in the project app/build.gradle which can be modified at any moment by developers - so if a broken release happens, they will still be able to override the version.

Review checklist