File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 30
29+ compileSdkVersion 31
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
@@ -36,7 +36,7 @@ android {
3636 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737 applicationId " com.example.example"
3838 minSdkVersion 16
39- targetSdkVersion 30
39+ targetSdkVersion 31
4040 versionCode flutterVersionCode. toInteger()
4141 versionName flutterVersionName
4242 }
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.3.50 '
2+ ext. kotlin_version = ' 1.6.0 '
33 repositories {
44 google()
55 jcenter()
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ packages:
8181 url: "https://pub.dartlang.org"
8282 source: hosted
8383 version: "0.12.11"
84+ material_color_utilities:
85+ dependency: transitive
86+ description:
87+ name: material_color_utilities
88+ url: "https://pub.dartlang.org"
89+ source: hosted
90+ version: "0.1.3"
8491 meta:
8592 dependency: transitive
8693 description:
@@ -141,7 +148,7 @@ packages:
141148 name: test_api
142149 url: "https://pub.dartlang.org"
143150 source: hosted
144- version: "0.4.3 "
151+ version: "0.4.8 "
145152 typed_data:
146153 dependency: transitive
147154 description:
Original file line number Diff line number Diff line change 22// Generated file. Do not edit.
33//
44
5+ // clang-format off
6+
57#include " generated_plugin_registrant.h"
68
79
Original file line number Diff line number Diff line change 22// Generated file. Do not edit.
33//
44
5+ // clang-format off
6+
57#ifndef GENERATED_PLUGIN_REGISTRANT_
68#define GENERATED_PLUGIN_REGISTRANT_
79
Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ packages:
6767 url: "https://pub.dartlang.org"
6868 source: hosted
6969 version: "0.12.11"
70+ material_color_utilities:
71+ dependency: transitive
72+ description:
73+ name: material_color_utilities
74+ url: "https://pub.dartlang.org"
75+ source: hosted
76+ version: "0.1.3"
7077 meta:
7178 dependency: transitive
7279 description:
@@ -127,7 +134,7 @@ packages:
127134 name: test_api
128135 url: "https://pub.dartlang.org"
129136 source: hosted
130- version: "0.4.3 "
137+ version: "0.4.8 "
131138 typed_data:
132139 dependency: transitive
133140 description:
You can’t perform that action at this time.
0 commit comments