Skip to content

Commit

Permalink
bumped targetSdkVersion to 34 and build version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconwitch committed Aug 26, 2024
1 parent c3bdb7e commit d531741
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 @@ -52,7 +52,7 @@ android {
// 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 23
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34
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
@@ -1,7 +1,7 @@
name: noa
description: "A new Flutter project."
publish_to: 'none'
version: 1.4.3
version: 1.4.4

environment:
sdk: '>=3.3.1 <4.0.0'
Expand Down

0 comments on commit d531741

Please sign in to comment.