Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .changeset/eleven-symbols-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rock-js/plugin-brownfield-android': patch
'rock-docs': patch
---

fix: update brownfield-gradle-plugin to 0.5
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath("com.callstack.react:brownfield-gradle-plugin:0.4.0")
classpath("com.callstack.react:brownfield-gradle-plugin:0.5.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/brownfield/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We need a special Gradle plugin to create an AAR that includes all dependencies.
mavenCentral()
}
dependencies {
classpath("com.callstack.react:brownfield-gradle-plugin:0.4.0") // check the latest version
classpath("com.callstack.react:brownfield-gradle-plugin:0.5.0") // check the latest version
}
}
```
Expand Down
Loading