Skip to content

Commit b28cb8e

Browse files
Update target version for android to 35
1 parent 61ee72c commit b28cb8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
// You can update the following values to match your application needs.
5454
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
5555
minSdkVersion 21
56-
targetSdkVersion 34
56+
targetSdkVersion flutter.targetSdkVersion
5757
versionCode flutterVersionCode.toInteger()
5858
versionName flutterVersionName
5959
}
@@ -71,7 +71,7 @@ android {
7171
release {
7272
// TODO: Add your own signing config for the release build.
7373
// Signing with the debug keys for now, so `flutter run --release` works.
74-
signingConfig signingConfigs.debug
74+
signingConfig signingConfigs.release
7575

7676
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
7777
minifyEnabled false

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.10.0+10
19+
version: 0.10.0+11
2020

2121
environment:
2222
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)