Skip to content

Commit

Permalink
Make android dependencies rely on a same version of libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1394 committed Aug 13, 2017
1 parent 095ca79 commit fa1fcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.facebook.react:react-native:+'
}

0 comments on commit fa1fcda

Please sign in to comment.