Skip to content

Commit a01b557

Browse files
authored
Correcting Android build failures. (flutter#1001)
1 parent 5fa1629 commit a01b557

File tree

16 files changed

+48
-20
lines changed

16 files changed

+48
-20
lines changed

add_to_app/android_view/android_view/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 30
7+
compileSdkVersion 31
88

99
defaultConfig {
1010
applicationId "dev.flutter.example.androidView"

add_to_app/android_view/android_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.4.21"
3+
ext.kotlin_version = "1.6.0"
44
repositories {
55
google()
66
jcenter()

add_to_app/books/android_books/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 31
77
buildToolsVersion "29.0.3"
88

99
defaultConfig {

add_to_app/books/android_books/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.3.72"
3+
ext.kotlin_version = "1.6.0"
44
repositories {
55
google()
66
jcenter()

add_to_app/fullscreen/android_fullscreen/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 31
99
defaultConfig {
1010
applicationId "dev.flutter.example.androidfullscreen"
1111
minSdkVersion 19

add_to_app/fullscreen/android_fullscreen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.6.0'
55
repositories {
66
google()
77
jcenter()

add_to_app/fullscreen/flutter_module/pubspec.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ packages:
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121121
version: "0.12.11"
122+
material_color_utilities:
123+
dependency: transitive
124+
description:
125+
name: material_color_utilities
126+
url: "https://pub.dartlang.org"
127+
source: hosted
128+
version: "0.1.3"
122129
meta:
123130
dependency: transitive
124131
description:
@@ -146,7 +153,7 @@ packages:
146153
name: platform
147154
url: "https://pub.dartlang.org"
148155
source: hosted
149-
version: "3.0.2"
156+
version: "3.1.0"
150157
process:
151158
dependency: transitive
152159
description:
@@ -214,7 +221,7 @@ packages:
214221
name: test_api
215222
url: "https://pub.dartlang.org"
216223
source: hosted
217-
version: "0.4.3"
224+
version: "0.4.8"
218225
typed_data:
219226
dependency: transitive
220227
description:
@@ -235,7 +242,7 @@ packages:
235242
name: vm_service
236243
url: "https://pub.dartlang.org"
237244
source: hosted
238-
version: "7.3.0"
245+
version: "7.5.0"
239246
webdriver:
240247
dependency: transitive
241248
description:

add_to_app/multiple_flutters/multiple_flutters_android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
self {
99
}
1010
}
11-
compileSdkVersion 30
11+
compileSdkVersion 31
1212

1313
defaultConfig {
1414
applicationId "dev.flutter.multipleflutters"

add_to_app/multiple_flutters/multiple_flutters_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.3.72"
3+
ext.kotlin_version = "1.6.0"
44
repositories {
55
google()
66
jcenter()

add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ packages:
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102102
version: "0.12.11"
103+
material_color_utilities:
104+
dependency: transitive
105+
description:
106+
name: material_color_utilities
107+
url: "https://pub.dartlang.org"
108+
source: hosted
109+
version: "0.1.3"
103110
meta:
104111
dependency: transitive
105112
description:
@@ -167,7 +174,7 @@ packages:
167174
name: test_api
168175
url: "https://pub.dartlang.org"
169176
source: hosted
170-
version: "0.4.3"
177+
version: "0.4.8"
171178
typed_data:
172179
dependency: transitive
173180
description:

add_to_app/plugin/android_using_plugin/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 31
99
defaultConfig {
1010
applicationId "dev.flutter.example.androidusingplugin"
1111
minSdkVersion 19

add_to_app/plugin/android_using_plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.6.0'
55
repositories {
66
google()
77
jcenter()

add_to_app/plugin/flutter_module_using_plugin/pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ packages:
9393
url: "https://pub.dartlang.org"
9494
source: hosted
9595
version: "0.12.11"
96+
material_color_utilities:
97+
dependency: transitive
98+
description:
99+
name: material_color_utilities
100+
url: "https://pub.dartlang.org"
101+
source: hosted
102+
version: "0.1.3"
96103
meta:
97104
dependency: transitive
98105
description:
@@ -181,7 +188,7 @@ packages:
181188
name: test_api
182189
url: "https://pub.dartlang.org"
183190
source: hosted
184-
version: "0.4.3"
191+
version: "0.4.8"
185192
typed_data:
186193
dependency: transitive
187194
description:

add_to_app/prebuilt_module/android_using_prebuilt_module/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
55
apply plugin: 'kotlin-android-extensions'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 31
99
defaultConfig {
1010
applicationId "dev.flutter.example.androidusingprebuiltmodule"
1111
minSdkVersion 19

add_to_app/prebuilt_module/android_using_prebuilt_module/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.6.0'
55
repositories {
66
google()
77
jcenter()

add_to_app/prebuilt_module/flutter_module/pubspec.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ packages:
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121121
version: "0.12.11"
122+
material_color_utilities:
123+
dependency: transitive
124+
description:
125+
name: material_color_utilities
126+
url: "https://pub.dartlang.org"
127+
source: hosted
128+
version: "0.1.3"
122129
meta:
123130
dependency: transitive
124131
description:
@@ -146,7 +153,7 @@ packages:
146153
name: platform
147154
url: "https://pub.dartlang.org"
148155
source: hosted
149-
version: "3.0.2"
156+
version: "3.1.0"
150157
process:
151158
dependency: transitive
152159
description:
@@ -214,7 +221,7 @@ packages:
214221
name: test_api
215222
url: "https://pub.dartlang.org"
216223
source: hosted
217-
version: "0.4.3"
224+
version: "0.4.8"
218225
typed_data:
219226
dependency: transitive
220227
description:
@@ -235,7 +242,7 @@ packages:
235242
name: vm_service
236243
url: "https://pub.dartlang.org"
237244
source: hosted
238-
version: "7.3.0"
245+
version: "7.5.0"
239246
webdriver:
240247
dependency: transitive
241248
description:

0 commit comments

Comments
 (0)