Skip to content

Commit

Permalink
changed minSdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Feb 9, 2023
1 parent 86c4d2a commit 9dbfa48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

defaultConfig {
applicationId "zechs.drive.stream"
minSdk 28
minSdk 21
targetSdk 33
versionCode 8
versionName "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion mpv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 32

defaultConfig {
minSdk 28
minSdk 21
targetSdk 32
}

Expand Down

0 comments on commit 9dbfa48

Please sign in to comment.