File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
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 GLOBAL_VERSION_NAME
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 GLOBAL_VERSION_NAME
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 GLOBAL_VERSION_NAME
1213 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ if (localPropertiesFile.exists()) {
1212def applicationToken = localProperties. getProperty(' nr.applicationToken' , " " )
1313
1414android {
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
You can’t perform that action at this time.
0 commit comments