Skip to content

Commit

Permalink
Remove targetSdk declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil committed May 13, 2024
1 parent 125ce67 commit a0b0ea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {

defaultConfig {
minSdk = (property("android.minSdk") as String).toInt()
targetSdk = (property("android.targetSdk") as String).toInt()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true

android.minSdk=21
android.targetSdk=23
android.compileSdk=34

version=0.6.0
group=io.opentelemetry.android

0 comments on commit a0b0ea9

Please sign in to comment.