Skip to content

Commit

Permalink
Add missing annotations dependency
Browse files Browse the repository at this point in the history
Issue: #5926
PiperOrigin-RevId: 249404152
  • Loading branch information
andrewlewis authored and ojw28 committed May 31, 2019
1 parent 94c10f1 commit 7e587ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ android {
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.11.2'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:1.0.2'
implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0'
testImplementation project(modulePrefix + 'testutils-robolectric')
}
Expand Down

0 comments on commit 7e587ae

Please sign in to comment.