File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ plugins {
33 id ' maven-publish'
44}
55android {
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"
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ plugins {
33 id ' maven-publish'
44}
55android {
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"
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ plugins {
33 id ' maven-publish'
44}
55android {
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"
Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ if (localPropertiesFile.exists()) {
1212def applicationToken = localProperties. getProperty(' nr.applicationToken' , " " )
1313
1414android {
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
You can’t perform that action at this time.
0 commit comments