Skip to content

Commit

Permalink
chore: move ad dependencies to the example build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
zigavehovec committed Sep 25, 2023
1 parent 6fccf56 commit c0c6f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.bitmovin.player:player:3.43.0+jason'
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
Expand Down
4 changes: 4 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ dependencies {
// Only needed if the offline feature is used
implementation "androidx.localbroadcastmanager:localbroadcastmanager:1.1.0"

// Only needed if advertising feature is used
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'

// only needed if the casting feature is used
implementation("com.google.android.gms:play-services-cast-framework:21.3.0")
implementation("androidx.mediarouter:mediarouter:1.3.1")
Expand Down

0 comments on commit c0c6f0e

Please sign in to comment.