File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'com.example.desktop_drop'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.9 .10'
5+ ext. kotlin_version = ' 1.7 .10'
66 repositories {
77 google()
88 mavenCentral()
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
4444 defaultConfig {
4545 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4646 applicationId " com.example.desktop_drop_example"
47- minSdkVersion 16
47+ minSdkVersion flutter . minSdkVersion
4848 targetSdkVersion 33
4949 versionCode flutterVersionCode. toInteger()
5050 versionName flutterVersionName
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.9 .10'
2+ ext. kotlin_version = ' 1.7 .10'
33 repositories {
44 google()
55 mavenCentral()
@@ -24,6 +24,6 @@ subprojects {
2424 project. evaluationDependsOn(' :app' )
2525}
2626
27- task clean ( type : Delete ) {
27+ tasks . register( " clean " , Delete ) {
2828 delete rootProject. buildDir
2929}
Original file line number Diff line number Diff line change @@ -115,18 +115,18 @@ packages:
115115 dependency: transitive
116116 description:
117117 name: leak_tracker
118- sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05 "
118+ sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a "
119119 url: "https://pub.dev"
120120 source: hosted
121- version: "10.0.5 "
121+ version: "10.0.4 "
122122 leak_tracker_flutter_testing:
123123 dependency: transitive
124124 description:
125125 name: leak_tracker_flutter_testing
126- sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806 "
126+ sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8 "
127127 url: "https://pub.dev"
128128 source: hosted
129- version: "3.0.5 "
129+ version: "3.0.3 "
130130 leak_tracker_testing:
131131 dependency: transitive
132132 description:
@@ -155,18 +155,18 @@ packages:
155155 dependency: transitive
156156 description:
157157 name: material_color_utilities
158- sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
158+ sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
159159 url: "https://pub.dev"
160160 source: hosted
161- version: "0.11.1 "
161+ version: "0.8.0 "
162162 meta:
163163 dependency: transitive
164164 description:
165165 name: meta
166- sha256: "25dfcaf170a0190f47ca6355bdd4552cb8924b430512ff0cafb8db9bd41fe33b "
166+ sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136 "
167167 url: "https://pub.dev"
168168 source: hosted
169- version: "1.14 .0"
169+ version: "1.12 .0"
170170 path:
171171 dependency: transitive
172172 description:
@@ -320,10 +320,10 @@ packages:
320320 dependency: transitive
321321 description:
322322 name: test_api
323- sha256: "2419f20b0c8677b2d67c8ac4d1ac7372d862dc6c460cdbb052b40155408cd794 "
323+ sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f "
324324 url: "https://pub.dev"
325325 source: hosted
326- version: "0.7.1 "
326+ version: "0.7.0 "
327327 vector_math:
328328 dependency: transitive
329329 description:
You can’t perform that action at this time.
0 commit comments