Skip to content

Commit

Permalink
update compileSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Feb 6, 2024
1 parent 32093b8 commit e33947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin-audio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ version = versionNumber
android {
namespace = "com.doublesymmetry.kotlinaudio"

compileSdk 31
compileSdk 34

defaultConfig {
minSdk 21
targetSdk 31
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["runnerBuilder"] = "de.mannodermaus.junit5.AndroidJUnit5Builder"
Expand Down

0 comments on commit e33947b

Please sign in to comment.