Merge pull request #128 from Bitcoin-com/wallet/task/345

Update: Adds resolution strategy for android support library version …
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-21 15:20:04 +09:00 committed by GitHub
commit ad1431dd68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
configurations.all { configurations.all {
resolutionStrategy { resolutionStrategy {
force "com.android.support:support-v4:26.1.0"
force "com.google.android.gms:play-services-auth:11.8.0" force "com.google.android.gms:play-services-auth:11.8.0"
force "com.google.android.gms:play-services-identity:11.8.0" force "com.google.android.gms:play-services-identity:11.8.0"
force "com.google.android.gms:play-services-ads:11.8.0" force "com.google.android.gms:play-services-ads:11.8.0"