File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 16
99 targetSdkVersion 33
1010 versionCode 6
11- versionName " 4.0.0 "
11+ versionName " 4.0.1 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 consumerProguardFiles " consumer-rules.pro"
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 16
99 targetSdkVersion 33
1010 versionCode 6
11- versionName " 4.0.0 "
11+ versionName " 4.0.1 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 consumerProguardFiles " consumer-rules.pro"
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 16
99 targetSdkVersion 33
1010 versionCode 9
11- versionName " 4.0.0 "
11+ versionName " 4.0.1 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 consumerProguardFiles " consumer-rules.pro"
1414 }
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ dependencies {
4949 ...
5050
5151 // Add this to install the NewRelicVideoCore (required)
52- implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:v4.0.0 '
52+ implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:v4.0.1 '
5353
5454 // Add this to install the ExoPlayer tracker
55- implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:v4.0.0 '
55+ implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:v4.0.1 '
5656
5757 // Add this to install the Google IMA library tracker
58- implementation 'com.github.newrelic.video-agent-android:NRIMATracker:v4.0.0 '
58+ implementation 'com.github.newrelic.video-agent-android:NRIMATracker:v4.0.1 '
5959}
6060```
6161
You can’t perform that action at this time.
0 commit comments