Skip to content

Commit

Permalink
Merge pull request #18 from c-lis/bump_minsdkversion_19
Browse files Browse the repository at this point in the history
Bump minSdk to 19
  • Loading branch information
keiji authored Dec 11, 2023
2 parents 6982cc2 + 27d5510 commit c47b500
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ android {
namespace = "jp.co.c_lis.morelocale"

compileSdk = 34

defaultConfig {
minSdk = 3
minSdk = 19
}

buildFeatures {
Expand Down

0 comments on commit c47b500

Please sign in to comment.