Skip to content

Commit

Permalink
Changed minsdk version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar M Shetty committed Feb 22, 2023
1 parent 359b0c0 commit 5ce4c34
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 @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.example.autoscroll"
minSdk 24
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion autoScroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 33

defaultConfig {
minSdk 24
minSdk 21
targetSdk 33

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

0 comments on commit 5ce4c34

Please sign in to comment.