Skip to content

Commit

Permalink
update: minSdk version to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
gowtham.balamurugan committed Sep 5, 2023
1 parent efc56e1 commit 99b28ca
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 @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "com.gowtham.videotrimmer"
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 33
consumerProguardFiles "consumer-rules.pro"

Expand Down

0 comments on commit 99b28ca

Please sign in to comment.