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

Commit 943b604

Browse files
authored
Bump plugin Android compileSdkVersions to 31 (#4502)
1 parent cbe6449 commit 943b604

54 files changed

Lines changed: 151 additions & 34 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/android_alarm_manager/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Remove support for the V1 Android embedding.
44
* Updated Android lint settings.
55
* Removed `-Werror` in Android builds.
6+
* Updates example app Android compileSdkVersion to 31.
67

78
## 2.0.2
89

packages/android_alarm_manager/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 31
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

packages/android_intent/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Updated Android lint settings.
55
* Specify Java 8 for Android build.
66
* Removed `-Werror` in Android builds.
7+
* Updates example app Android compileSdkVersion to 31.
78

89
## 2.0.2
910

packages/android_intent/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 31
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

packages/battery/battery/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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+
* Updates example app Android compileSdkVersion to 31.
56
* Recreated Android example from current template.
67

78
## 2.0.3

packages/battery/battery/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 31
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Updated Android lint settings.
55
* Specify Java 8 for Android build.
66
* Removed `-Werror` in Android builds.
7+
* Updates example app Android compileSdkVersion to 31.
78

89
## 3.0.6
910

packages/connectivity/connectivity/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 31
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

packages/device_info/device_info/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates example app Android compileSdkVersion to 31.
4+
15
## 2.0.3
26

37
* Remove references to the Android V1 embedding.

packages/device_info/device_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 31
2929

3030
lintOptions {
3131
disable 'InvalidPackage'

0 commit comments

Comments
 (0)