Skip to content

Commit 18eb94f

Browse files
authored
NO-TASK: To run on Android 12, must set targetSdkVersion 30 (An Android 12 bug) (#23)
1 parent 7f1d6b6 commit 18eb94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4141
applicationId "com.bigto.hnotes"
4242
minSdkVersion 26
43-
targetSdkVersion 32
43+
targetSdkVersion 30
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName
4646
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 2.1.0+2
18+
version: 2.1.0+3
1919

2020
environment:
2121
sdk: "2.17.1"

0 commit comments

Comments
 (0)