Skip to content

Commit 80db494

Browse files
authored
remove old/outdated explicit build tools version (#880)
1 parent 907a1e9 commit 80db494

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ plugins {
66
android {
77
namespace = "io.opentelemetry.android"
88

9-
buildToolsVersion = "34.0.0"
10-
119
defaultConfig {
1210
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1311
consumerProguardFiles("consumer-rules.pro")

instrumentation/volley/library/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ plugins {
77
android {
88
namespace = "io.opentelemetry.android.volley"
99

10-
buildToolsVersion = "34.0.0"
11-
1210
defaultConfig {
1311
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1412
consumerProguardFiles("consumer-rules.pro")

0 commit comments

Comments
 (0)