aboutsummaryrefslogtreecommitdiff
path: root/samples/audio-device/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'samples/audio-device/build.gradle')
-rw-r--r--samples/audio-device/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/audio-device/build.gradle b/samples/audio-device/build.gradle
index 4f52c4e3..320888bf 100644
--- a/samples/audio-device/build.gradle
+++ b/samples/audio-device/build.gradle
@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 33
+ compileSdkVersion 34
defaultConfig {
minSdkVersion 21
- targetSdkVersion 33
+ targetSdkVersion 34
}
buildTypes {
release {