Skip to content

Commit

Permalink
Set minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Apr 19, 2024
1 parent feeed96 commit ccccbe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

defaultConfig {
applicationId = "com.gravatar.demoapp"
minSdk = 24
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down
3 changes: 1 addition & 2 deletions gravatar-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24

minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
Expand Down
2 changes: 1 addition & 1 deletion gravatar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 23
minSdk = 21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
Expand Down

0 comments on commit ccccbe6

Please sign in to comment.