File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
packages/plugin-brownfield-android/template/android
website/src/docs/brownfield Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @rock-js/plugin-brownfield-android ' : patch
3+ ' rock-docs ' : patch
4+ ---
5+
6+ fix: update brownfield-gradle-plugin to 0.5
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments