Skip to content

Commit

Permalink
increased android sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
semack committed Jul 5, 2022
1 parent ad76e96 commit 81a2b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.tekdeq.zxtapeplayer"
minSdkVersion 23
targetSdkVersion 28
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.0.11+122
version: 1.0.11+123

environment:
sdk: ">=2.7.0 <4.0.0"
Expand Down

0 comments on commit 81a2b66

Please sign in to comment.