Skip to content

Commit

Permalink
Set minSdk to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
private-yusuke committed Apr 18, 2024
1 parent 66cb051 commit 09b00e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {

defaultConfig {
applicationId = "net.twinte.android"
minSdkVersion(23)
minSdk = 24
targetSdkVersion (31)
versionCode = 19
versionName = "2.0.3"
Expand Down

0 comments on commit 09b00e7

Please sign in to comment.