Skip to content

Commit 8f47656

Browse files
committed
Compile SDK
1 parent f17b600 commit 8f47656

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.idea/caches/deviceStreaming.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AudioCoder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace = "org.operatorfoundation.audiocoder"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
minSdk = 33

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
88
namespace = "org.operatorfoundation.audiocoderandroid"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "org.operatorfoundation.audiocoderandroid"

0 commit comments

Comments
 (0)