File tree Expand file tree Collapse file tree 9 files changed +19
-133
lines changed
Expand file tree Collapse file tree 9 files changed +19
-133
lines changed 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'
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.3.50 '
2+ ext. kotlin_version = ' 1.6.20 '
33 repositories {
44 google()
5- jcenter ()
5+ mavenCentral ()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4 .1.0 '
9+ classpath ' com.android.tools.build:gradle:7 .1.3 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
1313
1414allprojects {
1515 repositories {
1616 google()
17- jcenter ()
17+ mavenCentral ()
1818 }
1919}
2020
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 name: async
88 url: "https://pub.dartlang.org"
99 source: hosted
10- version: "2.8.1 "
10+ version: "2.8.2 "
1111 boolean_selector:
1212 dependency: transitive
1313 description:
@@ -21,7 +21,7 @@ packages:
2121 name: characters
2222 url: "https://pub.dartlang.org"
2323 source: hosted
24- version: "1.1 .0"
24+ version: "1.2 .0"
2525 charcode:
2626 dependency: transitive
2727 description:
@@ -94,7 +94,14 @@ packages:
9494 name: matcher
9595 url: "https://pub.dartlang.org"
9696 source: hosted
97- version: "0.12.10"
97+ version: "0.12.11"
98+ material_color_utilities:
99+ dependency: transitive
100+ description:
101+ name: material_color_utilities
102+ url: "https://pub.dartlang.org"
103+ source: hosted
104+ version: "0.1.3"
98105 meta:
99106 dependency: transitive
100107 description:
@@ -162,7 +169,7 @@ packages:
162169 name: test_api
163170 url: "https://pub.dartlang.org"
164171 source: hosted
165- version: "0.4.2 "
172+ version: "0.4.8 "
166173 typed_data:
167174 dependency: transitive
168175 description:
@@ -176,7 +183,7 @@ packages:
176183 name: vector_math
177184 url: "https://pub.dartlang.org"
178185 source: hosted
179- version: "2.1.0 "
186+ version: "2.1.1 "
180187sdks:
181- dart: ">=2.12 .0 <3.0.0"
188+ dart: ">=2.14 .0 <3.0.0"
182189 flutter: ">=1.17.0"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments