mirror of
https://github.com/nickbutcher/plaid.git
synced 2026-03-13 08:31:10 +08:00
Updates Google Services and Room
Added a test dependency for gms to avoid "google_play_services_version" not found error.
This commit is contained in:
committed by
Florina Muntenescu
parent
93057c0217
commit
c2b25279dd
@@ -36,7 +36,7 @@ buildscript { scriptHandler ->
|
||||
'fabric' : '1.28.0',
|
||||
'firebase' : '17.0.0',
|
||||
'glide' : '4.9.0',
|
||||
'googleServices' : '4.0.1',
|
||||
'googleServices' : '4.3.0',
|
||||
'gson' : '2.8.5',
|
||||
'jsoup' : '1.11.3',
|
||||
'junit' : '4.12',
|
||||
@@ -49,12 +49,12 @@ buildscript { scriptHandler ->
|
||||
'mockito_kotlin' : '2.0.0-RC3',
|
||||
'okhttp' : '3.10.0',
|
||||
'retrofit' : '2.6.0',
|
||||
'room' : '2.1.0-alpha05',
|
||||
'room' : '2.1.0',
|
||||
'supportLibrary' : '28.0.0',
|
||||
'test_rules' : '1.1.0-beta02',
|
||||
'test_runner' : '1.1.0-beta02',
|
||||
'ui_automator' : '2.2.0-beta02',
|
||||
'viewPager2' : '1.0.0-alpha02'
|
||||
'viewPager2' : '1.0.0-alpha06'
|
||||
]
|
||||
ext.names = [
|
||||
'applicationId': 'io.plaidapp'
|
||||
|
||||
@@ -9,6 +9,7 @@ repositories {
|
||||
includeGroup "com.google.firebase"
|
||||
includeGroup "com.google.android.gms"
|
||||
includeGroup "com.google.android.material"
|
||||
includeGroup "com.google.gms"
|
||||
includeGroup "zipflinger"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,4 +48,7 @@ dependencies {
|
||||
androidTestImplementation "com.squareup.retrofit2:retrofit-mock:${versions.retrofit}"
|
||||
androidTestImplementation "org.mockito:mockito-android:${versions.mockito}"
|
||||
androidTestImplementation "org.mockito:mockito-core:${versions.mockito}"
|
||||
// Adding this to bring "google_play_services_version" into the test project
|
||||
// without this, it fails on AGP 3.6.x.
|
||||
androidTestImplementation "com.google.android.gms:play-services-gcm:16.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user