File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/kotlin/com/callstack/react/brownfield/plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 classpath("com.android.tools.build:gradle")
2121 classpath("com.facebook.react:react-native-gradle-plugin")
2222 classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
23- + classpath("com.callstack.react:brownfield-gradle-plugin:0.6.0 ")
23+ + classpath("com.callstack.react:brownfield-gradle-plugin:0.6.3 ")
2424 }
2525}
2626```
@@ -59,7 +59,7 @@ buildscript {
5959 classpath("com.android.tools.build:gradle")
6060 classpath("com.facebook.react:react-native-gradle-plugin")
6161 classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
62- + classpath("com.callstack.react:brownfield-gradle-plugin:0.6.0 ")
62+ + classpath("com.callstack.react:brownfield-gradle-plugin:0.6.3 ")
6363 }
6464}
6565```
Original file line number Diff line number Diff line change 11PROJECT_ID =com.callstack.react.brownfield
22ARTIFACT_ID =brownfield-gradle-plugin
3- VERSION =0.6.2
3+ VERSION =0.6.3
44GROUP =com.callstack.react
55IMPLEMENTATION_CLASS =com.callstack.react.brownfield.plugin.RNBrownfieldPlugin
66
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ object RNSourceSets {
5252 // outputs for RN <= 0.81
5353 " createBundle${capitalizedVariantName} JsAndAssets" ,
5454 // outputs for RN >= 0.82
55- " react/release " ,
55+ " react/${variant.name} " ,
5656 )) {
5757 sourceSet.assets.srcDirs(" $appBuildDir /generated/assets/$bundlePathSegment " )
5858 sourceSet.res.srcDirs(" $appBuildDir /generated/res/$bundlePathSegment " )
You can’t perform that action at this time.
0 commit comments