File tree Expand file tree Collapse file tree 16 files changed +48
-20
lines changed
android_view/android_view
multiple_flutters_android
flutter_module_using_plugin
android_using_prebuilt_module Expand file tree Collapse file tree 16 files changed +48
-20
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdkVersion 30
7
+ compileSdkVersion 31
8
8
9
9
defaultConfig {
10
10
applicationId " dev.flutter.example.androidView"
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.4.21 "
3
+ ext. kotlin_version = " 1.6.0 "
4
4
repositories {
5
5
google()
6
6
jcenter()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 31
7
7
buildToolsVersion " 29.0.3"
8
8
9
9
defaultConfig {
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.3.72 "
3
+ ext. kotlin_version = " 1.6.0 "
4
4
repositories {
5
5
google()
6
6
jcenter()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 31
9
9
defaultConfig {
10
10
applicationId " dev.flutter.example.androidfullscreen"
11
11
minSdkVersion 19
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.50 '
4
+ ext. kotlin_version = ' 1.6.0 '
5
5
repositories {
6
6
google()
7
7
jcenter()
Original file line number Diff line number Diff line change @@ -119,6 +119,13 @@ packages:
119
119
url: "https://pub.dartlang.org"
120
120
source: hosted
121
121
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"
122
129
meta:
123
130
dependency: transitive
124
131
description:
@@ -146,7 +153,7 @@ packages:
146
153
name: platform
147
154
url: "https://pub.dartlang.org"
148
155
source: hosted
149
- version: "3.0.2 "
156
+ version: "3.1.0 "
150
157
process:
151
158
dependency: transitive
152
159
description:
@@ -214,7 +221,7 @@ packages:
214
221
name: test_api
215
222
url: "https://pub.dartlang.org"
216
223
source: hosted
217
- version: "0.4.3 "
224
+ version: "0.4.8 "
218
225
typed_data:
219
226
dependency: transitive
220
227
description:
@@ -235,7 +242,7 @@ packages:
235
242
name: vm_service
236
243
url: "https://pub.dartlang.org"
237
244
source: hosted
238
- version: "7.3 .0"
245
+ version: "7.5 .0"
239
246
webdriver:
240
247
dependency: transitive
241
248
description:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
self {
9
9
}
10
10
}
11
- compileSdkVersion 30
11
+ compileSdkVersion 31
12
12
13
13
defaultConfig {
14
14
applicationId " dev.flutter.multipleflutters"
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.3.72 "
3
+ ext. kotlin_version = " 1.6.0 "
4
4
repositories {
5
5
google()
6
6
jcenter()
Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ packages:
100
100
url: "https://pub.dartlang.org"
101
101
source: hosted
102
102
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"
103
110
meta:
104
111
dependency: transitive
105
112
description:
@@ -167,7 +174,7 @@ packages:
167
174
name: test_api
168
175
url: "https://pub.dartlang.org"
169
176
source: hosted
170
- version: "0.4.3 "
177
+ version: "0.4.8 "
171
178
typed_data:
172
179
dependency: transitive
173
180
description:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 31
9
9
defaultConfig {
10
10
applicationId " dev.flutter.example.androidusingplugin"
11
11
minSdkVersion 19
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.50 '
4
+ ext. kotlin_version = ' 1.6.0 '
5
5
repositories {
6
6
google()
7
7
jcenter()
Original file line number Diff line number Diff line change @@ -93,6 +93,13 @@ packages:
93
93
url: "https://pub.dartlang.org"
94
94
source: hosted
95
95
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"
96
103
meta:
97
104
dependency: transitive
98
105
description:
@@ -181,7 +188,7 @@ packages:
181
188
name: test_api
182
189
url: "https://pub.dartlang.org"
183
190
source: hosted
184
- version: "0.4.3 "
191
+ version: "0.4.8 "
185
192
typed_data:
186
193
dependency: transitive
187
194
description:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 31
9
9
defaultConfig {
10
10
applicationId " dev.flutter.example.androidusingprebuiltmodule"
11
11
minSdkVersion 19
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.50 '
4
+ ext. kotlin_version = ' 1.6.0 '
5
5
repositories {
6
6
google()
7
7
jcenter()
Original file line number Diff line number Diff line change @@ -119,6 +119,13 @@ packages:
119
119
url: "https://pub.dartlang.org"
120
120
source: hosted
121
121
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"
122
129
meta:
123
130
dependency: transitive
124
131
description:
@@ -146,7 +153,7 @@ packages:
146
153
name: platform
147
154
url: "https://pub.dartlang.org"
148
155
source: hosted
149
- version: "3.0.2 "
156
+ version: "3.1.0 "
150
157
process:
151
158
dependency: transitive
152
159
description:
@@ -214,7 +221,7 @@ packages:
214
221
name: test_api
215
222
url: "https://pub.dartlang.org"
216
223
source: hosted
217
- version: "0.4.3 "
224
+ version: "0.4.8 "
218
225
typed_data:
219
226
dependency: transitive
220
227
description:
@@ -235,7 +242,7 @@ packages:
235
242
name: vm_service
236
243
url: "https://pub.dartlang.org"
237
244
source: hosted
238
- version: "7.3 .0"
245
+ version: "7.5 .0"
239
246
webdriver:
240
247
dependency: transitive
241
248
description:
You can’t perform that action at this time.
0 commit comments