Skip to content

Commit f86043a

Browse files
committed
chore: bump up gradle plugin version
1 parent abdd85b commit f86043a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle-plugins/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

gradle-plugins/react/brownfield/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_ID=com.callstack.react.brownfield
22
ARTIFACT_ID=brownfield-gradle-plugin
3-
VERSION=0.6.2
3+
VERSION=0.6.3
44
GROUP=com.callstack.react
55
IMPLEMENTATION_CLASS=com.callstack.react.brownfield.plugin.RNBrownfieldPlugin
66

0 commit comments

Comments
 (0)