Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit fa0914d

Browse files
authored
Merge pull request #409 from Microsoft/0.19-fix
Change the plugin's build.gradle to depend on RN 0.19.+
2 parents 5fe5de8 + 11a0a9e commit fa0914d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
compile fileTree(dir: "libs", include: ["*.jar"])
2424
compile "com.android.support:appcompat-v7:23.0.1"
25-
compile "com.facebook.react:react-native:+"
26-
}
25+
compile "com.facebook.react:react-native:0.19.+"
26+
}

0 commit comments

Comments
 (0)