Skip to content

Commit

Permalink
remove react native navigation as dependency
Browse files Browse the repository at this point in the history
update compile to implement
  • Loading branch information
alejandrorangel committed Jan 25, 2020
1 parent 757210d commit eba8c16
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
compile 'com.facebook.react:react-native:+'
compile "com.google.android.gms:play-services-gcm:${rootProject.ext.playServiceGcmVersion}"
compile 'me.leolin:ShortcutBadger:1.1.8@aar'
compile "com.google.firebase:firebase-messaging:${rootProject.ext.firebaseVersion}"
compile project(path: ':react-native-navigation')
api fileTree(dir: 'libs', include: ['*.jar'])
androidTestImplementation 'junit:junit:4.12'
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation 'com.facebook.react:react-native:+'
implementation "com.google.android.gms:play-services-gcm:${rootProject.ext.playServiceGcmVersion}"
implementation 'me.leolin:ShortcutBadger:1.1.8@aar'
implementation "com.google.firebase:firebase-messaging:${rootProject.ext.firebaseVersion}"
}

0 comments on commit eba8c16

Please sign in to comment.