Skip to content

Commit cd3a5b4

Browse files
committed
Sync minSdkVersion to 23
1 parent e35fb3f commit cd3a5b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcodec2-android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
defaultConfig {
23-
minSdkVersion 16
23+
minSdkVersion 23
2424
targetSdkVersion 31
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
externalNativeBuild {

libopus-android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
defaultConfig {
23-
minSdkVersion 16
23+
minSdkVersion 23
2424
targetSdkVersion 31
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
externalNativeBuild {

0 commit comments

Comments
 (0)