Skip to content

Commit

Permalink
Sync minSdkVersion to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Oct 16, 2024
1 parent e35fb3f commit cd3a5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcodec2-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 23
targetSdkVersion 31
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion libopus-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 23
targetSdkVersion 31
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down

0 comments on commit cd3a5b4

Please sign in to comment.