Skip to content

Commit 32f4438

Browse files
fix: Build issues codeql (#70)
1 parent 79a28e8 commit 32f4438

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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 GLOBAL_VERSION_NAME
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 GLOBAL_VERSION_NAME
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 GLOBAL_VERSION_NAME
1213
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/build.gradle

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

1414
android {
15-
compileSdkVersion 33
16-
buildToolsVersion "30.0.3"
15+
compileSdkVersion 34
16+
buildToolsVersion "34.0.0"
1717
defaultConfig {
1818
buildConfigField "String", "NR_APPLICATION_TOKEN", "\"${applicationToken}\""
1919
applicationId "com.newrelic.nrvideoproject"
2020
minSdkVersion 16
21-
targetSdkVersion 33
21+
targetSdkVersion 34
2222
versionCode 2
2323
versionName "1.1"
2424

0 commit comments

Comments
 (0)