Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz committed Apr 14, 2024
1 parent 4feaf40 commit cfa82cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions commet/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
applicationId "chat.commet.commetapp"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
2 changes: 1 addition & 1 deletion commet/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ flutter_launcher_icons:
ios: null
remove_alpha_ios: true
android: true
min_sdk_android: 16
min_sdk_android: 21

flutter:
assets:
Expand Down

0 comments on commit cfa82cf

Please sign in to comment.