Skip to content

Commit ccbe221

Browse files
authored
Fix Gradle lockfiles. (flutter#137190)
1 parent ad448db commit ccbe221

File tree

75 files changed

+1996
-1448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1996
-1448
lines changed

dev/a11y_assessments/android/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// This file is auto generated.
6+
// To update all the build.gradle files in the Flutter repo,
7+
// See dev/tools/bin/generate_gradle_lockfiles.dart.
8+
59
buildscript {
610
ext.kotlin_version = '1.7.10'
711
repositories {
@@ -13,6 +17,10 @@ buildscript {
1317
classpath 'com.android.tools.build:gradle:7.3.0'
1418
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1519
}
20+
21+
configurations.classpath {
22+
resolutionStrategy.activateDependencyLocking()
23+
}
1624
}
1725

1826
allprojects {
@@ -23,11 +31,19 @@ allprojects {
2331
}
2432

2533
rootProject.buildDir = '../build'
34+
2635
subprojects {
2736
project.buildDir = "${rootProject.buildDir}/${project.name}"
2837
}
2938
subprojects {
3039
project.evaluationDependsOn(':app')
40+
dependencyLocking {
41+
ignoredDependencies.add('io.flutter:*')
42+
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
43+
if (!project.hasProperty('local-engine-repo')) {
44+
lockAllConfigurations()
45+
}
46+
}
3147
}
3248

3349
tasks.register("clean", Delete) {
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
# This is a Gradle generated file for dependency locking.
2+
# Manual edits can break the build and are not advised.
3+
# This file is expected to be part of source control.
4+
androidx.databinding:databinding-common:7.3.0=classpath
5+
androidx.databinding:databinding-compiler-common:7.3.0=classpath
6+
com.android.databinding:baseLibrary:7.3.0=classpath
7+
com.android.tools.analytics-library:crash:30.3.0=classpath
8+
com.android.tools.analytics-library:protos:30.3.0=classpath
9+
com.android.tools.analytics-library:shared:30.3.0=classpath
10+
com.android.tools.analytics-library:tracker:30.3.0=classpath
11+
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
12+
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
13+
com.android.tools.build:aapt2-proto:7.3.0-8691043=classpath
14+
com.android.tools.build:aaptcompiler:7.3.0=classpath
15+
com.android.tools.build:apksig:7.3.0=classpath
16+
com.android.tools.build:apkzlib:7.3.0=classpath
17+
com.android.tools.build:builder-model:7.3.0=classpath
18+
com.android.tools.build:builder-test-api:7.3.0=classpath
19+
com.android.tools.build:builder:7.3.0=classpath
20+
com.android.tools.build:bundletool:1.9.0=classpath
21+
com.android.tools.build:gradle-api:7.3.0=classpath
22+
com.android.tools.build:gradle:7.3.0=classpath
23+
com.android.tools.build:manifest-merger:30.3.0=classpath
24+
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
25+
com.android.tools.ddms:ddmlib:30.3.0=classpath
26+
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
27+
com.android.tools.lint:lint-model:30.3.0=classpath
28+
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
29+
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
30+
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
31+
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
32+
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
33+
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
34+
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
35+
com.android.tools:annotations:30.3.0=classpath
36+
com.android.tools:common:30.3.0=classpath
37+
com.android.tools:dvlib:30.3.0=classpath
38+
com.android.tools:repository:30.3.0=classpath
39+
com.android.tools:sdk-common:30.3.0=classpath
40+
com.android.tools:sdklib:30.3.0=classpath
41+
com.android:signflinger:7.3.0=classpath
42+
com.android:zipflinger:7.3.0=classpath
43+
com.github.gundy:semver4j:0.16.4=classpath
44+
com.google.android:annotations:4.1.1.4=classpath
45+
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
46+
com.google.auto.value:auto-value-annotations:1.6.2=classpath
47+
com.google.code.findbugs:jsr305:3.0.2=classpath
48+
com.google.code.gson:gson:2.8.9=classpath
49+
com.google.crypto.tink:tink:1.3.0-rc2=classpath
50+
com.google.dagger:dagger:2.28.3=classpath
51+
com.google.errorprone:error_prone_annotations:2.4.0=classpath
52+
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
53+
com.google.guava:failureaccess:1.0.1=classpath
54+
com.google.guava:guava:30.1-jre=classpath
55+
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
56+
com.google.j2objc:j2objc-annotations:1.3=classpath
57+
com.google.jimfs:jimfs:1.1=classpath
58+
com.google.protobuf:protobuf-java-util:3.17.2=classpath
59+
com.google.protobuf:protobuf-java:3.17.2=classpath
60+
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
61+
com.googlecode.json-simple:json-simple:1.1=classpath
62+
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
63+
com.squareup:javapoet:1.10.0=classpath
64+
com.squareup:javawriter:2.5.0=classpath
65+
com.sun.activation:javax.activation:1.2.0=classpath
66+
com.sun.istack:istack-commons-runtime:3.0.8=classpath
67+
com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
68+
commons-codec:commons-codec:1.11=classpath
69+
commons-io:commons-io:2.4=classpath
70+
commons-logging:commons-logging:1.2=classpath
71+
de.undercouch:gradle-download-task:4.1.1=classpath
72+
io.grpc:grpc-api:1.39.0=classpath
73+
io.grpc:grpc-context:1.39.0=classpath
74+
io.grpc:grpc-core:1.39.0=classpath
75+
io.grpc:grpc-netty:1.39.0=classpath
76+
io.grpc:grpc-protobuf-lite:1.39.0=classpath
77+
io.grpc:grpc-protobuf:1.39.0=classpath
78+
io.grpc:grpc-stub:1.39.0=classpath
79+
io.netty:netty-buffer:4.1.52.Final=classpath
80+
io.netty:netty-codec-http2:4.1.52.Final=classpath
81+
io.netty:netty-codec-http:4.1.52.Final=classpath
82+
io.netty:netty-codec-socks:4.1.52.Final=classpath
83+
io.netty:netty-codec:4.1.52.Final=classpath
84+
io.netty:netty-common:4.1.52.Final=classpath
85+
io.netty:netty-handler-proxy:4.1.52.Final=classpath
86+
io.netty:netty-handler:4.1.52.Final=classpath
87+
io.netty:netty-resolver:4.1.52.Final=classpath
88+
io.netty:netty-transport:4.1.52.Final=classpath
89+
io.perfmark:perfmark-api:0.23.0=classpath
90+
it.unimi.dsi:fastutil:8.4.0=classpath
91+
jakarta.activation:jakarta.activation-api:1.2.1=classpath
92+
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
93+
javax.annotation:javax.annotation-api:1.3.2=classpath
94+
javax.inject:javax.inject:1=classpath
95+
net.java.dev.jna:jna-platform:5.6.0=classpath
96+
net.java.dev.jna:jna:5.6.0=classpath
97+
net.sf.jopt-simple:jopt-simple:4.9=classpath
98+
net.sf.kxml:kxml2:2.3.0=classpath
99+
org.apache.commons:commons-compress:1.20=classpath
100+
org.apache.httpcomponents:httpclient:4.5.13=classpath
101+
org.apache.httpcomponents:httpcore:4.4.13=classpath
102+
org.apache.httpcomponents:httpmime:4.5.6=classpath
103+
org.bitbucket.b_c:jose4j:0.7.0=classpath
104+
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
105+
org.bouncycastle:bcprov-jdk15on:1.67=classpath
106+
org.checkerframework:checker-qual:3.5.0=classpath
107+
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
108+
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
109+
org.glassfish.jaxb:txw2:2.3.2=classpath
110+
org.jdom:jdom2:2.0.6=classpath
111+
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
112+
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
113+
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
114+
org.jetbrains.kotlin:kotlin-build-common:1.7.10=classpath
115+
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=classpath
116+
org.jetbrains.kotlin:kotlin-compiler-runner:1.7.10=classpath
117+
org.jetbrains.kotlin:kotlin-daemon-client:1.7.10=classpath
118+
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=classpath
119+
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10=classpath
120+
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.7.10=classpath
121+
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10=classpath
122+
org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
123+
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
124+
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
125+
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
126+
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
127+
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
128+
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
129+
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
130+
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
131+
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
132+
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
133+
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
134+
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
135+
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
136+
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
137+
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
138+
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
139+
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
140+
org.jetbrains:annotations:13.0=classpath
141+
org.json:json:20180813=classpath
142+
org.jvnet.staxex:stax-ex:1.8.1=classpath
143+
org.ow2.asm:asm-analysis:9.1=classpath
144+
org.ow2.asm:asm-commons:9.1=classpath
145+
org.ow2.asm:asm-tree:9.1=classpath
146+
org.ow2.asm:asm-util:9.1=classpath
147+
org.ow2.asm:asm:9.1=classpath
148+
org.slf4j:slf4j-api:1.7.30=classpath
149+
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
150+
xerces:xercesImpl:2.12.0=classpath
151+
xml-apis:xml-apis:1.4.01=classpath
152+
empty=

0 commit comments

Comments
 (0)