Skip to content

Commit 66b15ef

Browse files
authored
fix(android): android gradle plugin 8 compatibility (#509)
1 parent 43332e5 commit 66b15ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ android {
2727

2828
if (project.android.hasProperty("namespace")) {
2929
namespace "com.zoontek.rnbootsplash"
30+
buildFeatures {
31+
buildConfig true
32+
}
3033
}
3134
defaultConfig {
3235
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())

0 commit comments

Comments
 (0)