LinusU / react-native-get-random-values

A small implementation of `getRandomValues` for React Native
MIT License
350 stars 48 forks source link

Support Gradle 8+ #50

Closed adolfogc closed 11 months ago

adolfogc commented 1 year ago

Hi, I'm using RN 0.72.6 and Gradle 8, the project fails to build due to namespace issue related to Gradle. The issue can be fixed by adding the following to build.gradle:

     buildToolsVersion safeExtGet('buildToolsVersion', '30.0.3')

+    namespace "org.linusu"
+
     defaultConfig {
adolfogc commented 1 year ago

I now see that a PR was already proposed to fix this: https://github.com/LinusU/react-native-get-random-values/pull/48

LinusU commented 11 months ago

Fixed in 🚢 1.10.0 / 2023-11-20