craftzdog / react-native-sqlite-2

SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.
Apache License 2.0
378 stars 87 forks source link

fix: fetch Gradle only when necessary #114

Closed mzonski closed 2 years ago

mzonski commented 2 years ago

The Android Gradle plugin is only required when opening the android folder stand-alone. This avoids unnecessary downloads and potential conflicts when the library is included as a module dependency in an application project.

craftzdog commented 2 years ago

Thanks!