Skip to content

Commit

Permalink
Using compileSdk instead of deprecated compileSdkVersion (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
huewu authored May 2, 2024
1 parent 988bd32 commit e147fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WearSpeakerSample/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 34
compileSdk 34

namespace "com.example.android.wearable.speaker"

Expand Down

0 comments on commit e147fc0

Please sign in to comment.