Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kristfal authored Nov 28, 2018
1 parent 8284885 commit c850096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ allprojects {

dependencies {
compile "com.facebook.react:react-native:+"
compile "com.android.support:appcompat-v7:$rootProject.supportLibVersion"
compile "com.android.support:design:$rootProject.supportLibVersion"
compile "com.android.support:appcompat-v7:27.1.1"
compile "com.android.support:design:27.1.1"
}

0 comments on commit c850096

Please sign in to comment.