Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 112fe4e

Browse files
authored
[package_info] Bump SDK version of example app (#4494)
1 parent 0f90d24 commit 112fe4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/package_info/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Remove references to the Android v1 embedding.
44
* Updated Android lint settings.
5+
* Update Android compileSdkVersion to 30.
56

67
## 2.0.2
78

@@ -30,7 +31,7 @@
3031

3132
## 0.4.3+1
3233

33-
* Update android compileSdkVersion to 29.
34+
* Update Android compileSdkVersion to 29.
3435

3536
## 0.4.3
3637

packages/package_info/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 29
28+
compileSdkVersion 30
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

0 commit comments

Comments
 (0)