Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cool-pillows-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'rock-docs': patch
---

fix(docs): add missing section to create 'default' SoftwareComponent for Maven publishing in standalone setup
5 changes: 5 additions & 0 deletions .changeset/legal-candies-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'rock-docs': patch
---

fix(docs): add IS_EDGE_TO_EDGE_ENABLED buildConfigField to android brownfield docs
7 changes: 7 additions & 0 deletions website/src/docs/brownfield/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,16 @@ android {
defaultConfig {
minSdk = 24

buildConfigField("boolean", "IS_EDGE_TO_EDGE_ENABLED", properties["edgeToEdgeEnabled"].toString())
buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", properties["newArchEnabled"].toString())
buildConfigField("boolean", "IS_HERMES_ENABLED", properties["hermesEnabled"].toString())
}

publishing {
multipleVariants {
allVariants()
}
}
}
```

Expand Down
Loading