Skip to content

Commit

Permalink
Absence Activity
Browse files Browse the repository at this point in the history
#5
- set dependencies for picasso library
  • Loading branch information
eurosecom committed Jan 20, 2017
1 parent ee7dcbf commit 2e672cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ android {
targetSdkVersion 23
versionCode 1
versionName "1.0"
//try Selectively compiling com.google.android.gms:play-services APIs into your executable
//https://developers.google.com/android/guides/setup
multiDexEnabled true

}
Expand Down Expand Up @@ -56,6 +58,9 @@ dependencies {

//google maps
compile 'com.google.android.gms:play-services:9.6.0'

//picasso
compile 'com.squareup.picasso:picasso:2.5.0'
}

//do not forgot copy google-service.json from firebase/console to /app, there is firebaseapp url...
Expand Down

0 comments on commit 2e672cc

Please sign in to comment.