Skip to content

Commit

Permalink
chore:Add dependencies to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
athiranair2000 committed Dec 29, 2018
1 parent e713907 commit 7abd5c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:28.0.0'

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
Expand All @@ -38,4 +39,13 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'io.reactivex.rxjava2:rxjava:2.2.4'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.stepstone.stepper:material-stepper:4.3.1'
implementation 'com.google.dagger:dagger-android:2.19'
implementation 'com.google.dagger:dagger-android-support:2.19'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.19'
annotationProcessor 'com.google.dagger:dagger-compiler:2.19'


}

0 comments on commit 7abd5c8

Please sign in to comment.