mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing annotations dependency
Issue: #5926 PiperOrigin-RevId: 249404152
This commit is contained in:
parent
21be284318
commit
6abd5dc66f
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.11.2'
|
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.11.2'
|
||||||
implementation project(modulePrefix + 'library-core')
|
implementation project(modulePrefix + 'library-core')
|
||||||
|
implementation 'androidx.annotation:annotation:1.0.2'
|
||||||
implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0'
|
implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0'
|
||||||
testImplementation project(modulePrefix + 'testutils-robolectric')
|
testImplementation project(modulePrefix + 'testutils-robolectric')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue