Skip to content

Commit

Permalink
min sdk fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Dhuria authored and Shivam Dhuria committed Jan 2, 2022
1 parent 6c19704 commit c7f7923
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.elixer.puckexample"
minSdk 26
minSdk 21
targetSdk 31
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion puck/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk 31

defaultConfig {
minSdk 26
minSdk 21
targetSdk 31

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

0 comments on commit c7f7923

Please sign in to comment.