diff --git a/apps/RNApp/android/build.gradle b/apps/RNApp/android/build.gradle index 675d09cc..830dfc5b 100644 --- a/apps/RNApp/android/build.gradle +++ b/apps/RNApp/android/build.gradle @@ -16,7 +16,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.6.3") + classpath("com.callstack.react:brownfield-gradle-plugin:0.7.3") } } diff --git a/gradle-plugins/react/README.md b/gradle-plugins/react/README.md index 9f69bdd9..bc4dafe1 100644 --- a/gradle-plugins/react/README.md +++ b/gradle-plugins/react/README.md @@ -20,7 +20,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.6.3") ++ classpath("com.callstack.react:brownfield-gradle-plugin:0.7.3") } } ``` @@ -59,7 +59,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.6.3") ++ classpath("com.callstack.react:brownfield-gradle-plugin:0.7.3") } } ``` diff --git a/gradle-plugins/react/brownfield/gradle.properties b/gradle-plugins/react/brownfield/gradle.properties index 55561975..8794984e 100644 --- a/gradle-plugins/react/brownfield/gradle.properties +++ b/gradle-plugins/react/brownfield/gradle.properties @@ -1,6 +1,6 @@ PROJECT_ID=com.callstack.react.brownfield ARTIFACT_ID=brownfield-gradle-plugin -VERSION=0.6.3 +VERSION=0.7.3 GROUP=com.callstack.react IMPLEMENTATION_CLASS=com.callstack.react.brownfield.plugin.RNBrownfieldPlugin