Skip to content

Commit ec90814

Browse files
authored
fix: update brownfield-gradle-plugin to 0.5 (#567)
* fix: update brownfield-gradle-plugin to 0.5 * changeset
1 parent 7d011f6 commit ec90814

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/eleven-symbols-clap.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rock-js/plugin-brownfield-android': patch
3+
'rock-docs': patch
4+
---
5+
6+
fix: update brownfield-gradle-plugin to 0.5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
classpath("com.android.tools.build:gradle")
1616
classpath("com.facebook.react:react-native-gradle-plugin")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18-
classpath("com.callstack.react:brownfield-gradle-plugin:0.4.0")
18+
classpath("com.callstack.react:brownfield-gradle-plugin:0.5.0")
1919
}
2020
}
2121

website/src/docs/brownfield/android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We need a special Gradle plugin to create an AAR that includes all dependencies.
5555
mavenCentral()
5656
}
5757
dependencies {
58-
classpath("com.callstack.react:brownfield-gradle-plugin:0.4.0") // check the latest version
58+
classpath("com.callstack.react:brownfield-gradle-plugin:0.5.0") // check the latest version
5959
}
6060
}
6161
```

0 commit comments

Comments
 (0)