Skip to content

Commit 471c5e7

Browse files
authored
fix: set IS_EDGE_TO_EDGE_ENABLED in brownfield template (#622)
* fix: set IS_EDGE_TO_EDGE_ENABLED in brownfield template * changeset
1 parent 7f0527e commit 471c5e7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/funny-pets-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rock-js/plugin-brownfield-android': patch
3+
---
4+
5+
fix: set IS_EDGE_TO_EDGE_ENABLED in brownfield template

packages/plugin-brownfield-android/template/android/helloworldreact/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ android {
2424
defaultConfig {
2525
minSdk = 24
2626

27+
buildConfigField("boolean", "IS_EDGE_TO_EDGE_ENABLED", properties["edgeToEdgeEnabled"].toString())
2728
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", properties["newArchEnabled"].toString())
2829
buildConfigField("boolean", "IS_HERMES_ENABLED", properties["hermesEnabled"].toString())
2930
}

0 commit comments

Comments
 (0)