Skip to content

Commit

Permalink
update Android min sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nash0x7E2 committed Dec 28, 2021
1 parent 9287529 commit 2576b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.sticker_chat"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 2576b9b

Please sign in to comment.