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

Commit ae0d352

Browse files
mkonicekRichard Hua
authored andcommitted
[Android] Let npm take care of versioning (#589)
1 parent e21d31a commit ae0d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ android {
2121
}
2222

2323
dependencies {
24-
compile "com.facebook.react:react-native:0.19.+"
24+
compile "com.facebook.react:react-native:+"
2525
}

0 commit comments

Comments
 (0)