Skip to content

Commit

Permalink
Add playCore dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Jul 8, 2019
1 parent 5d330ab commit 8572b9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ dependencies {
implementation project(':core')
implementation "androidx.appcompat:appcompat:${versions.appcompat}"
implementation "com.crashlytics.sdk.android:crashlytics:${versions.crashlytics}"
implementation "com.google.firebase:firebase-core:${versions.firebase}"
implementation "com.github.bumptech.glide:glide:${versions.glide}"
implementation "com.github.bumptech.glide:recyclerview-integration:${versions.glide}"
implementation "com.google.android.play:core:${versions.playCore}"
implementation "com.google.firebase:firebase-core:${versions.firebase}"

kapt "com.google.dagger:dagger-compiler:${versions.dagger}"
}
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ buildscript { scriptHandler ->
'mockito' : '2.23.0',
'mockito_kotlin' : '2.0.0-RC3',
'okhttp' : '3.10.0',
'playCore' : '1.6.1',
'retrofit' : '2.6.0',
'retrofitCoroutines' : '0.9.2',
'room' : '2.1.0-alpha05',
'supportLibrary' : '28.0.0',
'test_rules' : '1.1.0-beta02',
Expand Down
1 change: 1 addition & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repositories {
includeGroup "com.google.firebase"
includeGroup "com.google.android.gms"
includeGroup "com.google.android.material"
includeGroup "com.google.android.play"
}
}

Expand Down

0 comments on commit 8572b9c

Please sign in to comment.