Skip to content

Commit

Permalink
ci: lower minimum OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltchuang committed May 22, 2024
1 parent de3cb6f commit 30f2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisneyScenicRides/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

defaultConfig {
applicationId = "com.michaeltchuang.ride"
minSdk = 28
minSdk = 27
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
Expand Down

0 comments on commit 30f2ab3

Please sign in to comment.