Skip to content

Commit f17b600

Browse files
committed
min sdk
1 parent 131edbe commit f17b600

File tree

4 files changed

+112
-15
lines changed

4 files changed

+112
-15
lines changed

.idea/caches/deviceStreaming.xml

Lines changed: 110 additions & 12 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
@@ -9,7 +9,7 @@ android {
99
compileSdk = 35
1010

1111
defaultConfig {
12-
minSdk = 26
12+
minSdk = 33
1313

1414
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles("consumer-rules.pro")

AudioCoder/src/main/.DS_Store

0 Bytes
Binary file not shown.

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "org.operatorfoundation.audiocoderandroid"
13-
minSdk = 26
14-
targetSdk = 35
13+
minSdk = 33
1514
versionCode = 1
1615
versionName = "1.0"
1716

0 commit comments

Comments
 (0)