Skip to content

Commit

Permalink
fix(android): android gradle plugin 8 compatibility (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Nov 12, 2023
1 parent 43332e5 commit 66b15ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {

if (project.android.hasProperty("namespace")) {
namespace "com.zoontek.rnbootsplash"
buildFeatures {
buildConfig true
}
}
defaultConfig {
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
Expand Down

0 comments on commit 66b15ef

Please sign in to comment.