Skip to content

Commit

Permalink
chore(deps): lower minimum SDK version to 29 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho authored Feb 16, 2024
1 parent f506ae0 commit c90821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId "dev.bluehouse.enablevolte"
minSdk 30
minSdk 29
targetSdk 33
versionCode 12
versionName "1.2.7"
Expand Down

0 comments on commit c90821a

Please sign in to comment.