Skip to content

Commit

Permalink
DIOS-4818 Bump minSDK to v26 instead of 25 due to DateTimeFormatter
Browse files Browse the repository at this point in the history
Signed-off-by: Mostafa Ashraf <[email protected]>
  • Loading branch information
mshaa92 committed Jun 26, 2024
1 parent 2e12af7 commit 1011860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

defaultConfig {
applicationId "io.dolby.rtsviewer"
minSdk 25
minSdk 26
targetSdk 33
versionCode appVersionCode
versionName appVersionName
Expand Down
2 changes: 1 addition & 1 deletion interactiveplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

defaultConfig {
applicationId "io.dolby.interactiveplayer"
minSdk 25
minSdk 26
targetSdk 34
versionCode appVersionCode
versionName appVersionName
Expand Down
2 changes: 1 addition & 1 deletion rtscomponentkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk 34

defaultConfig {
minSdk 25
minSdk 26
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdk 34

defaultConfig {
minSdk 25
minSdk 26
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 1011860

Please sign in to comment.