Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Jun 13, 2018
1 parent 6dccbea commit 1f73c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {
implementation "com.android.support:appcompat-v7:26.1.0"
// Force using exact RN version instead of relying on gradle dependency resolution
// https://docs.gradle.org/current/userguide/introduction_dependency_management.html#sec:dependency_resolution
implementation ("com.facebook.react:react-native:0.55.4") { force = true } // From node_modules
compile ("com.facebook.react:react-native:0.55.4") { force = true } // From node_modules
implementation project(':react-native-i18n')
implementation project(':react-native-camera')
implementation project(':react-native-status')
Expand Down

0 comments on commit 1f73c25

Please sign in to comment.