Closed adolfogc closed 11 months 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:
build.gradle
buildToolsVersion safeExtGet('buildToolsVersion', '30.0.3') + namespace "org.linusu" + defaultConfig {
I now see that a PR was already proposed to fix this: https://github.com/LinusU/react-native-get-random-values/pull/48
Fixed in 🚢 1.10.0 / 2023-11-20
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
: