Skip to content

Commit

Permalink
Merge pull request #82 from ajamaica/feature/minsdk-16
Browse files Browse the repository at this point in the history
Use min sdk 16
  • Loading branch information
ajamaica authored May 13, 2022
2 parents 4f34a2c + 43d4311 commit b8c57bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
buildToolsVersion '30.0.2'

defaultConfig {
minSdkVersion 27
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.1.0"
Expand Down

0 comments on commit b8c57bb

Please sign in to comment.