Skip to content

Commit

Permalink
fixed issue #65
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan-B committed Jun 9, 2018
1 parent f332888 commit dea7f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {

implementation 'com.squareup.okhttp3:okhttp:3.9.0'

implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'

Expand All @@ -48,7 +49,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.5.2'

implementation 'com.github.rey5137:material:1.2.1'
implementation 'com.github.traex.rippleeffect:library:1.3'
implementation 'com.patrickpissurno:ripple-effect:1.3.1'
implementation 'org.lucasr.twowayview:twowayview:0.1.4'

implementation 'com.google.android.gms:play-services-maps:15.0.1'
Expand Down
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
google()
}
}

Expand Down

0 comments on commit dea7f6a

Please sign in to comment.