Skip to content

Commit f76c13c

Browse files
Merge pull request #96 from newrelic/sdk-version-update
chore: Update SDK version from 33 to 34 to match master
2 parents 5763e82 + cf0f21f commit f76c13c

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

NRExoPlayerTracker/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ plugins {
33
id 'maven-publish'
44
}
55
android {
6-
compileSdkVersion 33
6+
compileSdkVersion 34
7+
buildToolsVersion "34.0.0"
78
defaultConfig {
89
minSdkVersion 16
9-
targetSdkVersion 33
10+
targetSdkVersion 34
1011
versionCode 6
1112
versionName "4.0.1"
1213
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

NRIMATracker/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ plugins {
33
id 'maven-publish'
44
}
55
android {
6-
compileSdkVersion 33
6+
compileSdkVersion 34
7+
buildToolsVersion "34.0.0"
78
defaultConfig {
89
minSdkVersion 16
9-
targetSdkVersion 33
10+
targetSdkVersion 34
1011
versionCode 6
1112
versionName "4.0.1"
1213
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

NewRelicVideoCore/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ plugins {
33
id 'maven-publish'
44
}
55
android {
6-
compileSdkVersion 33
6+
compileSdkVersion 34
7+
buildToolsVersion "34.0.0"
78
defaultConfig {
89
minSdkVersion 16
9-
targetSdkVersion 33
10+
targetSdkVersion 34
1011
versionCode 9
1112
versionName "4.0.1"
1213
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ if (localPropertiesFile.exists()) {
1212
def applicationToken = localProperties.getProperty('nr.applicationToken', "")
1313

1414
android {
15-
compileSdkVersion 33
15+
compileSdkVersion 34
16+
buildToolsVersion "34.0.0"
1617
defaultConfig {
1718
buildConfigField "String", "NR_APPLICATION_TOKEN", "\"${applicationToken}\""
1819
applicationId "com.newrelic.nrvideoproject"
1920
minSdkVersion 16
20-
targetSdkVersion 33
21+
targetSdkVersion 34
2122
versionCode 2
2223
versionName "1.1"
2324

0 commit comments

Comments
 (0)