Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
ccbe221b
Unverified
Commit
ccbe221b
authored
Oct 24, 2023
by
Polina Cherkasova
Committed by
GitHub
Oct 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Gradle lockfiles. (#137190)
parent
ad448db6
Changes
75
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
1996 additions
and
1448 deletions
+1996
-1448
build.gradle
dev/a11y_assessments/android/build.gradle
+16
-0
buildscript-gradle.lockfile
dev/a11y_assessments/android/buildscript-gradle.lockfile
+152
-0
project-app.lockfile
dev/a11y_assessments/android/project-app.lockfile
+50
-0
settings.gradle
dev/a11y_assessments/android/settings.gradle
+4
-0
project-integration_test.lockfile
.../complex_layout/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/benchmarks/complex_layout/android/settings.gradle
+17
-8
build.gradle
dev/benchmarks/macrobenchmarks/android/build.gradle
+1
-1
buildscript-gradle.lockfile
...marks/macrobenchmarks/android/buildscript-gradle.lockfile
+66
-79
project-integration_test.lockfile
...macrobenchmarks/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/benchmarks/macrobenchmarks/android/settings.gradle
+16
-9
build.gradle
dev/benchmarks/platform_views_layout/android/build.gradle
+2
-2
buildscript-gradle.lockfile
...platform_views_layout/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
dev/benchmarks/platform_views_layout/android/settings.gradle
+16
-9
build.gradle
...form_views_layout_hybrid_composition/android/build.gradle
+1
-1
buildscript-gradle.lockfile
...ut_hybrid_composition/android/buildscript-gradle.lockfile
+66
-79
settings.gradle
...m_views_layout_hybrid_composition/android/settings.gradle
+16
-9
build.gradle
dev/benchmarks/test_apps/stocks/android/build.gradle
+1
-1
buildscript-gradle.lockfile
...arks/test_apps/stocks/android/buildscript-gradle.lockfile
+66
-79
settings.gradle
dev/benchmarks/test_apps/stocks/android/settings.gradle
+16
-9
stock_strings.dart
dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings.dart
+15
-15
stock_strings_en.dart
...enchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart
+0
-1
stock_strings_es.dart
...enchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart
+0
-1
build.gradle
...ion_tests/abstract_method_smoke_test/android/build.gradle
+1
-1
buildscript-gradle.lockfile
...act_method_smoke_test/android/buildscript-gradle.lockfile
+49
-48
settings.gradle
..._tests/abstract_method_smoke_test/android/settings.gradle
+17
-8
settings.gradle
...s/android_embedding_v2_smoke_test/android/settings.gradle
+17
-8
project-integration_test.lockfile
...mantics_testing/android/project-integration_test.lockfile
+5
-0
settings.gradle
...n_tests/android_semantics_testing/android/settings.gradle
+17
-8
settings.gradle
dev/integration_tests/android_views/android/settings.gradle
+17
-8
project-integration_test.lockfile
..._tests/channels/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/integration_tests/channels/android/settings.gradle
+17
-8
settings.gradle
dev/integration_tests/external_ui/android/settings.gradle
+17
-8
project-integration_test.lockfile
...n_tests/flavors/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/integration_tests/flavors/android/settings.gradle
+17
-8
settings.gradle
...integration_tests/flutter_gallery/android/settings.gradle
+17
-8
project-camera_android.lockfile
...precated_settings/android/project-camera_android.lockfile
+29
-26
settings.gradle
..._tests/gradle_deprecated_settings/android/settings.gradle
+17
-8
settings.gradle
...ration_tests/hybrid_android_views/android/settings.gradle
+17
-8
settings.gradle
dev/integration_tests/non_nullable/android/settings.gradle
+17
-8
settings.gradle
...ration_tests/platform_interaction/android/settings.gradle
+17
-8
project-integration_test.lockfile
...ease_smoke_test/android/project-integration_test.lockfile
+5
-0
settings.gradle
...egration_tests/release_smoke_test/android/settings.gradle
+17
-8
project-integration_test.lockfile
...sts/spell_check/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/integration_tests/spell_check/android/settings.gradle
+17
-8
project-integration_test.lockfile
...ration_tests/ui/android/project-integration_test.lockfile
+5
-0
settings.gradle
dev/integration_tests/ui/android/settings.gradle
+17
-8
build.gradle
dev/manual_tests/android/build.gradle
+2
-2
buildscript-gradle.lockfile
dev/manual_tests/android/buildscript-gradle.lockfile
+122
-90
project-app.lockfile
dev/manual_tests/android/project-app.lockfile
+22
-10
settings.gradle
dev/manual_tests/android/settings.gradle
+16
-9
generate_gradle_lockfiles.dart
dev/tools/bin/generate_gradle_lockfiles.dart
+18
-8
build.gradle
examples/flutter_view/android/build.gradle
+2
-2
buildscript-gradle.lockfile
examples/flutter_view/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
examples/flutter_view/android/settings.gradle
+16
-9
build.gradle
examples/hello_world/android/build.gradle
+2
-1
buildscript-gradle.lockfile
examples/hello_world/android/buildscript-gradle.lockfile
+146
-23
project-app.lockfile
examples/hello_world/android/project-app.lockfile
+8
-8
settings.gradle
examples/hello_world/android/settings.gradle
+2
-15
build.gradle
examples/image_list/android/build.gradle
+2
-2
buildscript-gradle.lockfile
examples/image_list/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
examples/image_list/android/settings.gradle
+16
-9
build.gradle
examples/layers/android/build.gradle
+2
-2
buildscript-gradle.lockfile
examples/layers/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
examples/layers/android/settings.gradle
+16
-9
build.gradle
examples/platform_channel/android/build.gradle
+2
-2
buildscript-gradle.lockfile
...ples/platform_channel/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
examples/platform_channel/android/settings.gradle
+16
-9
build.gradle
examples/platform_view/android/build.gradle
+2
-2
buildscript-gradle.lockfile
examples/platform_view/android/buildscript-gradle.lockfile
+90
-101
settings.gradle
examples/platform_view/android/settings.gradle
+16
-9
build.gradle
packages/integration_test/example/android/build.gradle
+2
-2
buildscript-gradle.lockfile
...egration_test/example/android/buildscript-gradle.lockfile
+98
-97
project-app.lockfile
...ges/integration_test/example/android/project-app.lockfile
+8
-8
project-integration_test.lockfile
...on_test/example/android/project-integration_test.lockfile
+8
-8
settings.gradle
packages/integration_test/example/android/settings.gradle
+17
-8
No files found.
dev/a11y_assessments/android/build.gradle
View file @
ccbe221b
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file.
// This file is auto generated.
// To update all the build.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.7.10'
ext
.
kotlin_version
=
'1.7.10'
repositories
{
repositories
{
...
@@ -13,6 +17,10 @@ buildscript {
...
@@ -13,6 +17,10 @@ buildscript {
classpath
'com.android.tools.build:gradle:7.3.0'
classpath
'com.android.tools.build:gradle:7.3.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
configurations
.
classpath
{
resolutionStrategy
.
activateDependencyLocking
()
}
}
}
allprojects
{
allprojects
{
...
@@ -23,11 +31,19 @@ allprojects {
...
@@ -23,11 +31,19 @@ allprojects {
}
}
rootProject
.
buildDir
=
'../build'
rootProject
.
buildDir
=
'../build'
subprojects
{
subprojects
{
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
}
}
subprojects
{
subprojects
{
project
.
evaluationDependsOn
(
':app'
)
project
.
evaluationDependsOn
(
':app'
)
dependencyLocking
{
ignoredDependencies
.
add
(
'io.flutter:*'
)
lockFile
=
file
(
"${rootProject.projectDir}/project-${project.name}.lockfile"
)
if
(!
project
.
hasProperty
(
'local-engine-repo'
))
{
lockAllConfigurations
()
}
}
}
}
tasks
.
register
(
"clean"
,
Delete
)
{
tasks
.
register
(
"clean"
,
Delete
)
{
...
...
dev/a11y_assessments/android/buildscript-gradle.lockfile
0 → 100644
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.3.0=classpath
androidx.databinding:databinding-compiler-common:7.3.0=classpath
com.android.databinding:baseLibrary:7.3.0=classpath
com.android.tools.analytics-library:crash:30.3.0=classpath
com.android.tools.analytics-library:protos:30.3.0=classpath
com.android.tools.analytics-library:shared:30.3.0=classpath
com.android.tools.analytics-library:tracker:30.3.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build:aapt2-proto:7.3.0-8691043=classpath
com.android.tools.build:aaptcompiler:7.3.0=classpath
com.android.tools.build:apksig:7.3.0=classpath
com.android.tools.build:apkzlib:7.3.0=classpath
com.android.tools.build:builder-model:7.3.0=classpath
com.android.tools.build:builder-test-api:7.3.0=classpath
com.android.tools.build:builder:7.3.0=classpath
com.android.tools.build:bundletool:1.9.0=classpath
com.android.tools.build:gradle-api:7.3.0=classpath
com.android.tools.build:gradle:7.3.0=classpath
com.android.tools.build:manifest-merger:30.3.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.3.0=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.4.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.17.2=classpath
com.google.protobuf:protobuf-java:3.17.2=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.perfmark:perfmark-api:0.23.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.13=classpath
org.apache.httpcomponents:httpcore:4.4.13=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
org.bouncycastle:bcprov-jdk15on:1.67=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-build-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-tree:9.1=classpath
org.ow2.asm:asm-util:9.1=classpath
org.ow2.asm:asm:9.1=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty=
dev/a11y_assessments/android/project-app.lockfile
0 → 100644
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
androidx.activity:activity:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.annotation:annotation-experimental:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.annotation:annotation:1.2.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.arch.core:core-common:2.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.arch.core:core-runtime:2.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.collection:collection:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.core:core:1.6.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.customview:customview:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.fragment:fragment:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-common-java8:2.2.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-common:2.2.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-livedata-core:2.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-livedata:2.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-runtime:2.2.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-viewmodel:2.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.tracing:tracing:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.1=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.window:window-java:1.0.0-beta04=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.window:window:1.0.0-beta04=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.java.dev.jna:jna:5.6.0=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jacoco:org.jacoco.agent:0.8.7=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.7=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.7=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.7=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20200330=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.7.10=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10=apiDependenciesMetadata,debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10=apiDependenciesMetadata,debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10=apiDependenciesMetadata,debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.7.10=apiDependenciesMetadata,debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:atomicfu:0.16.3=debugApiDependenciesMetadata,debugImplementationDependenciesMetadata,profileApiDependenciesMetadata,profileImplementationDependenciesMetadata,releaseApiDependenciesMetadata,releaseImplementationDependenciesMetadata
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=apiDependenciesMetadata,debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm:9.1=androidJacocoAnt
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugIntransitiveDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestIntransitiveDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileIntransitiveDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseIntransitiveDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestIntransitiveDependenciesMetadata,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompileOnlyDependenciesMetadata,debugIntransitiveDependenciesMetadata,debugReverseMetadataValues,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestIntransitiveDependenciesMetadata,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,intransitiveDependenciesMetadata,kotlinCompilerPluginClasspath,kotlinCompilerPluginClasspathDebug,kotlinCompilerPluginClasspathDebugAndroidTest,kotlinCompilerPluginClasspathDebugUnitTest,kotlinCompilerPluginClasspathProfile,kotlinCompilerPluginClasspathProfileUnitTest,kotlinCompilerPluginClasspathRelease,kotlinCompilerPluginClasspathReleaseUnitTest,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompileOnlyDependenciesMetadata,profileIntransitiveDependenciesMetadata,profileReverseMetadataValues,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestIntransitiveDependenciesMetadata,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompileOnlyDependenciesMetadata,releaseIntransitiveDependenciesMetadata,releaseReverseMetadataValues,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestIntransitiveDependenciesMetadata,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugIntransitiveDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testFixturesApiDependenciesMetadata,testFixturesCompileOnlyDependenciesMetadata,testFixturesDebugApiDependenciesMetadata,testFixturesDebugCompileOnlyDependenciesMetadata,testFixturesDebugImplementationDependenciesMetadata,testFixturesDebugIntransitiveDependenciesMetadata,testFixturesDebugRuntimeOnlyDependenciesMetadata,testFixturesImplementationDependenciesMetadata,testFixturesIntransitiveDependenciesMetadata,testFixturesProfileApiDependenciesMetadata,testFixturesProfileCompileOnlyDependenciesMetadata,testFixturesProfileImplementationDependenciesMetadata,testFixturesProfileIntransitiveDependenciesMetadata,testFixturesProfileRuntimeOnlyDependenciesMetadata,testFixturesReleaseApiDependenciesMetadata,testFixturesReleaseCompileOnlyDependenciesMetadata,testFixturesReleaseImplementationDependenciesMetadata,testFixturesReleaseIntransitiveDependenciesMetadata,testFixturesReleaseRuntimeOnlyDependenciesMetadata,testFixturesRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testIntransitiveDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileIntransitiveDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseIntransitiveDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
dev/a11y_assessments/android/settings.gradle
View file @
ccbe221b
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file.
// This file is auto generated.
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
pluginManagement
{
pluginManagement
{
def
flutterSdkPath
=
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
def
properties
=
new
Properties
()
...
...
dev/benchmarks/complex_layout/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -88,6 +88,8 @@ javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRun
...
@@ -88,6 +88,8 @@ javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRun
jline:jline:2.14.6=lintClassPath
jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
junit:junit:4.13.1=lintClassPath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
...
@@ -158,6 +160,9 @@ org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
...
@@ -158,6 +160,9 @@ org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
...
...
dev/benchmarks/complex_layout/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/benchmarks/macrobenchmarks/android/build.gradle
View file @
ccbe221b
...
@@ -14,7 +14,7 @@ buildscript {
...
@@ -14,7 +14,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/benchmarks/macrobenchmarks/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.dokka:dokka-core:1.4.32=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
dev/benchmarks/macrobenchmarks/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
...
...
dev/benchmarks/macrobenchmarks/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/benchmarks/platform_views_layout/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/benchmarks/platform_views_layout/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
dev/benchmarks/platform_views_layout/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/benchmarks/platform_views_layout_hybrid_composition/android/build.gradle
View file @
ccbe221b
...
@@ -14,7 +14,7 @@ buildscript {
...
@@ -14,7 +14,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/benchmarks/platform_views_layout_hybrid_composition/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.dokka:dokka-core:1.4.32=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
dev/benchmarks/platform_views_layout_hybrid_composition/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/benchmarks/test_apps/stocks/android/build.gradle
View file @
ccbe221b
...
@@ -14,7 +14,7 @@ buildscript {
...
@@ -14,7 +14,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/benchmarks/test_apps/stocks/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,47 +69,45 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.dokka:dokka-core:1.4.32=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
...
@@ -146,12 +137,8 @@ org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
dev/benchmarks/test_apps/stocks/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings.dart
View file @
ccbe221b
...
@@ -14,14 +14,14 @@ import 'package:intl/intl.dart' as intl;
...
@@ -14,14 +14,14 @@ import 'package:intl/intl.dart' as intl;
import
'stock_strings_en.dart'
;
import
'stock_strings_en.dart'
;
import
'stock_strings_es.dart'
;
import
'stock_strings_es.dart'
;
/// Callers can lookup localized strings with an instance of StockStrings
returned
/// Callers can lookup localized strings with an instance of StockStrings
/// by `StockStrings.of(context)`.
///
returned
by `StockStrings.of(context)`.
///
///
/// Applications need to include `StockStrings.delegate()` in their app's
/// Applications need to include `StockStrings.delegate()` in their app's
///
localizationDelegates
list, and the locales they support in the app's
///
`localizationDelegates`
list, and the locales they support in the app's
///
supportedLocales
list. For example:
///
`supportedLocales`
list. For example:
///
///
/// ```
/// ```
dart
/// import 'i18n/stock_strings.dart';
/// import 'i18n/stock_strings.dart';
///
///
/// return MaterialApp(
/// return MaterialApp(
...
@@ -36,14 +36,14 @@ import 'stock_strings_es.dart';
...
@@ -36,14 +36,14 @@ import 'stock_strings_es.dart';
/// Please make sure to update your pubspec.yaml to include the following
/// Please make sure to update your pubspec.yaml to include the following
/// packages:
/// packages:
///
///
/// ```
/// ```
yaml
/// dependencies:
/// dependencies:
/// # Internationalization support.
/// # Internationalization support.
/// flutter_localizations:
/// flutter_localizations:
/// sdk: flutter
/// sdk: flutter
/// intl: any # Use the pinned version from flutter_localizations
/// intl: any # Use the pinned version from flutter_localizations
///
///
/// #
r
est of dependencies
/// #
R
est of dependencies
/// ```
/// ```
///
///
/// ## iOS Applications
/// ## iOS Applications
...
@@ -97,7 +97,7 @@ abstract class StockStrings {
...
@@ -97,7 +97,7 @@ abstract class StockStrings {
static
const
List
<
Locale
>
supportedLocales
=
<
Locale
>[
static
const
List
<
Locale
>
supportedLocales
=
<
Locale
>[
Locale
(
'en'
),
Locale
(
'en'
),
Locale
(
'en'
,
'US'
),
Locale
(
'en'
,
'US'
),
Locale
(
'es'
)
,
Locale
(
'es'
)
];
];
/// Title for the Stocks application
/// Title for the Stocks application
...
@@ -124,7 +124,7 @@ class _StockStringsDelegate extends LocalizationsDelegate<StockStrings> {
...
@@ -124,7 +124,7 @@ class _StockStringsDelegate extends LocalizationsDelegate<StockStrings> {
@override
@override
Future
<
StockStrings
>
load
(
Locale
locale
)
{
Future
<
StockStrings
>
load
(
Locale
locale
)
{
return
SynchronousFuture
<
StockStrings
>(
_
lookupStockStrings
(
locale
));
return
SynchronousFuture
<
StockStrings
>(
lookupStockStrings
(
locale
));
}
}
@override
@override
...
@@ -134,16 +134,16 @@ class _StockStringsDelegate extends LocalizationsDelegate<StockStrings> {
...
@@ -134,16 +134,16 @@ class _StockStringsDelegate extends LocalizationsDelegate<StockStrings> {
bool
shouldReload
(
_StockStringsDelegate
old
)
=>
false
;
bool
shouldReload
(
_StockStringsDelegate
old
)
=>
false
;
}
}
StockStrings
_
lookupStockStrings
(
Locale
locale
)
{
StockStrings
lookupStockStrings
(
Locale
locale
)
{
// Lookup logic when language+country codes are specified.
// Lookup logic when language+country codes are specified.
switch
(
locale
.
languageCode
)
{
switch
(
locale
.
languageCode
)
{
case
'en'
:
{
case
'en'
:
{
switch
(
locale
.
countryCode
)
{
switch
(
locale
.
countryCode
)
{
case
'US'
:
return
StockStringsEnUs
();
case
'US'
:
return
StockStringsEnUs
();
}
}
break
;
break
;
}
}
}
}
// Lookup logic when only language code is specified.
// Lookup logic when only language code is specified.
...
...
dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart
View file @
ccbe221b
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
// THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`.
// THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`.
import
'stock_strings.dart'
;
import
'stock_strings.dart'
;
/// The translations for English (`en`).
/// The translations for English (`en`).
...
...
dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart
View file @
ccbe221b
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
// THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`.
// THE FOLLOWING FILES WERE GENERATED BY `flutter gen-l10n`.
import
'stock_strings.dart'
;
import
'stock_strings.dart'
;
/// The translations for Spanish Castilian (`es`).
/// The translations for Spanish Castilian (`es`).
...
...
dev/integration_tests/abstract_method_smoke_test/android/build.gradle
View file @
ccbe221b
...
@@ -14,7 +14,7 @@ buildscript {
...
@@ -14,7 +14,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
4.2
'
classpath
'com.android.tools.build:gradle:7.
3.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/integration_tests/abstract_method_smoke_test/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
4.2
=classpath
androidx.databinding:databinding-common:7.
3.0
=classpath
androidx.databinding:databinding-compiler-common:7.
4.2
=classpath
androidx.databinding:databinding-compiler-common:7.
3.0
=classpath
com.android.databinding:baseLibrary:7.
4.2
=classpath
com.android.databinding:baseLibrary:7.
3.0
=classpath
com.android.tools.analytics-library:crash:30.
4.2
=classpath
com.android.tools.analytics-library:crash:30.
3.0
=classpath
com.android.tools.analytics-library:protos:30.
4.2
=classpath
com.android.tools.analytics-library:protos:30.
3.0
=classpath
com.android.tools.analytics-library:shared:30.
4.2
=classpath
com.android.tools.analytics-library:shared:30.
3.0
=classpath
com.android.tools.analytics-library:tracker:30.
4.2
=classpath
com.android.tools.analytics-library:tracker:30.
3.0
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build:aapt2-proto:7.4.2-8841542=classpath
com.android.tools.build:aapt2-proto:7.3.0-8691043=classpath
com.android.tools.build:aaptcompiler:7.4.2=classpath
com.android.tools.build:aaptcompiler:7.3.0=classpath
com.android.tools.build:apksig:7.4.2=classpath
com.android.tools.build:apksig:7.3.0=classpath
com.android.tools.build:apkzlib:7.4.2=classpath
com.android.tools.build:apkzlib:7.3.0=classpath
com.android.tools.build:builder-model:7.4.2=classpath
com.android.tools.build:builder-model:7.3.0=classpath
com.android.tools.build:builder-test-api:7.4.2=classpath
com.android.tools.build:builder-test-api:7.3.0=classpath
com.android.tools.build:builder:7.4.2=classpath
com.android.tools.build:builder:7.3.0=classpath
com.android.tools.build:bundletool:1.11.4=classpath
com.android.tools.build:bundletool:1.9.0=classpath
com.android.tools.build:gradle-api:7.4.2=classpath
com.android.tools.build:gradle-api:7.3.0=classpath
com.android.tools.build:gradle-settings-api:7.4.2=classpath
com.android.tools.build:gradle:7.3.0=classpath
com.android.tools.build:gradle:7.4.2=classpath
com.android.tools.build:manifest-merger:30.3.0=classpath
com.android.tools.build:manifest-merger:30.4.2=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.
4.2
=classpath
com.android.tools.ddms:ddmlib:30.
3.0
=classpath
com.android.tools.layoutlib:layoutlib-api:30.
4.2
=classpath
com.android.tools.layoutlib:layoutlib-api:30.
3.0
=classpath
com.android.tools.lint:lint-model:30.
4.2
=classpath
com.android.tools.lint:lint-model:30.
3.0
=classpath
com.android.tools.lint:lint-typedef-remover:30.
4.2
=classpath
com.android.tools.lint:lint-typedef-remover:30.
3.0
=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.
4.2
=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.
3.0
=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.
4.2
=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.
3.0
=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.
4.2
=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.
3.0
=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.
4.2
=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.
3.0
=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.
4.2
=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.
3.0
=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.
4.2
=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.
3.0
=classpath
com.android.tools:annotations:30.
4.2
=classpath
com.android.tools:annotations:30.
3.0
=classpath
com.android.tools:common:30.
4.2
=classpath
com.android.tools:common:30.
3.0
=classpath
com.android.tools:dvlib:30.
4.2
=classpath
com.android.tools:dvlib:30.
3.0
=classpath
com.android.tools:repository:30.
4.2
=classpath
com.android.tools:repository:30.
3.0
=classpath
com.android.tools:sdk-common:30.
4.2
=classpath
com.android.tools:sdk-common:30.
3.0
=classpath
com.android.tools:sdklib:30.
4.2
=classpath
com.android.tools:sdklib:30.
3.0
=classpath
com.android:signflinger:7.
4.2
=classpath
com.android:signflinger:7.
3.0
=classpath
com.android:zipflinger:7.
4.2
=classpath
com.android:zipflinger:7.
3.0
=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
...
@@ -58,7 +57,8 @@ com.google.j2objc:j2objc-annotations:1.3=classpath
...
@@ -58,7 +57,8 @@ com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.17.2=classpath
com.google.protobuf:protobuf-java-util:3.17.2=classpath
com.google.protobuf:protobuf-java:3.17.2=classpath
com.google.protobuf:protobuf-java:3.17.2=classpath
com.google.testing.platform:core-proto:0.0.8-alpha08=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.squareup:javawriter:2.5.0=classpath
...
@@ -87,6 +87,7 @@ io.netty:netty-handler:4.1.52.Final=classpath
...
@@ -87,6 +87,7 @@ io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
...
@@ -122,15 +123,15 @@ org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
...
@@ -122,15 +123,15 @@ org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-reflect:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
...
@@ -139,11 +140,11 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
...
@@ -139,11 +140,11 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.
2
=classpath
org.ow2.asm:asm-analysis:9.
1
=classpath
org.ow2.asm:asm-commons:9.
2
=classpath
org.ow2.asm:asm-commons:9.
1
=classpath
org.ow2.asm:asm-tree:9.
2
=classpath
org.ow2.asm:asm-tree:9.
1
=classpath
org.ow2.asm:asm-util:9.
2
=classpath
org.ow2.asm:asm-util:9.
1
=classpath
org.ow2.asm:asm:9.
2
=classpath
org.ow2.asm:asm:9.
1
=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xerces:xercesImpl:2.12.0=classpath
...
...
dev/integration_tests/abstract_method_smoke_test/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/android_embedding_v2_smoke_test/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/android_semantics_testing/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
...
...
dev/integration_tests/android_semantics_testing/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/android_views/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/channels/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
...
...
dev/integration_tests/channels/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/external_ui/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/flavors/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
...
...
dev/integration_tests/flavors/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/flutter_gallery/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/gradle_deprecated_settings/android/project-camera_android.lockfile
View file @
ccbe221b
...
@@ -18,8 +18,10 @@ androidx.lifecycle:lifecycle-runtime:2.2.0=debugAndroidTestCompileClasspath,debu
...
@@ -18,8 +18,10 @@ androidx.lifecycle:lifecycle-runtime:2.2.0=debugAndroidTestCompileClasspath,debu
androidx.lifecycle:lifecycle-viewmodel:2.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.lifecycle:lifecycle-viewmodel:2.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test.espresso:espresso-idling-resource:3.5.1=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
androidx.test:annotation:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:core:1.4.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:core:1.4.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:monitor:1.
4.0
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:monitor:1.
6.1
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.tracing:tracing:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.tracing:tracing:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -57,21 +59,20 @@ com.android.tools:sdk-common:27.1.3=lintClassPath
...
@@ -57,21 +59,20 @@ com.android.tools:sdk-common:27.1.3=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath
com.android:signflinger:4.1.3=lintClassPath
com.android:signflinger:4.1.3=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.auto.value:auto-value-annotations:1.
6.2
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.auto.value:auto-value-annotations:1.
10.1
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath
com.google.errorprone:error_prone_annotations:2.
2
.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.
18
.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath
com.google.guava:failureaccess:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:failureaccess:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:27.0.1-jre=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath
com.google.guava:guava:31.1-jre=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath
com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.ibm.icu:icu4j:
53
.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.ibm.icu:icu4j:
72
.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath
...
@@ -94,12 +95,12 @@ org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
...
@@ -94,12 +95,12 @@ org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.65=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.72=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.5.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath
org.checkerframework:checker-qual:3.12.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.17=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.conscrypt:conscrypt-openjdk-uber:2.5.2=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -126,28 +127,30 @@ org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntim
...
@@ -126,28 +127,30 @@ org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntim
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:9.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:9.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:9.
0
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-util:9.
5
=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:9.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm:9.1=androidJacocoAnt
org.ow2.asm:asm:9.1=androidJacocoAnt
org.robolectric:annotations:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm:9.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:junit:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:annotations:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:pluginapi:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:junit:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:plugins-maven-dependency-resolver:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:nativeruntime-dist-compat:1.0.1=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:resources:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:nativeruntime:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:robolectric:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:pluginapi:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:sandbox:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:plugins-maven-dependency-resolver:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadowapi:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:resources:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadows-framework:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:robolectric:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils-reflector:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:sandbox:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils:4.5=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadowapi:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadows-framework:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils-reflector:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils:4.10.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile
dev/integration_tests/gradle_deprecated_settings/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/hybrid_android_views/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/non_nullable/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/platform_interaction/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/release_smoke_test/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
...
@@ -82,6 +82,8 @@ javax.activation:javax.activation-api:1.2.0=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
...
@@ -118,6 +120,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClass
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
...
...
dev/integration_tests/release_smoke_test/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/spell_check/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
...
...
dev/integration_tests/spell_check/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/ui/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
...
@@ -37,6 +37,8 @@ com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugA
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.22=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
...
@@ -55,6 +57,9 @@ org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileCl
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
...
...
dev/integration_tests/ui/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/manual_tests/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:
4.1.3
'
classpath
'com.android.tools.build:gradle:
7.3.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
dev/manual_tests/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:
4.1.3
=classpath
androidx.databinding:databinding-common:
7.3.0
=classpath
androidx.databinding:databinding-compiler-common:
4.1.3
=classpath
androidx.databinding:databinding-compiler-common:
7.3.0
=classpath
com.android.databinding:baseLibrary:
4.1.3
=classpath
com.android.databinding:baseLibrary:
7.3.0
=classpath
com.android.tools.analytics-library:crash:
27.1.3
=classpath
com.android.tools.analytics-library:crash:
30.3.0
=classpath
com.android.tools.analytics-library:protos:
27.1.3
=classpath
com.android.tools.analytics-library:protos:
30.3.0
=classpath
com.android.tools.analytics-library:shared:
27.1.3
=classpath
com.android.tools.analytics-library:shared:
30.3.0
=classpath
com.android.tools.analytics-library:tracker:
27.1.3
=classpath
com.android.tools.analytics-library:tracker:
30.3.0
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:
4.1.3-6503028
=classpath
com.android.tools.build:aapt2-proto:
7.3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:
4.1.3
=classpath
com.android.tools.build:aaptcompiler:
7.3.0
=classpath
com.android.tools.build:apksig:
4.1.3
=classpath
com.android.tools.build:apksig:
7.3.0
=classpath
com.android.tools.build:apkzlib:
4.1.3
=classpath
com.android.tools.build:apkzlib:
7.3.0
=classpath
com.android.tools.build:builder-model:
4.1.3
=classpath
com.android.tools.build:builder-model:
7.3.0
=classpath
com.android.tools.build:builder-test-api:
4.1.3
=classpath
com.android.tools.build:builder-test-api:
7.3.0
=classpath
com.android.tools.build:builder:
4.1.3
=classpath
com.android.tools.build:builder:
7.3.0
=classpath
com.android.tools.build:bundletool:
0.14
.0=classpath
com.android.tools.build:bundletool:
1.9
.0=classpath
com.android.tools.build:gradle-api:
4.1.3
=classpath
com.android.tools.build:gradle-api:
7.3.0
=classpath
com.android.tools.build:gradle:
4.1.3
=classpath
com.android.tools.build:gradle:
7.3.0
=classpath
com.android.tools.build:manifest-merger:
27.1.3
=classpath
com.android.tools.build:manifest-merger:
30.3.0
=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-model:27.1.3=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools:annotations:27.1.3=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools:common:27.1.3=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools:dvlib:27.1.3=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools:repository:27.1.3=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools:sdk-common:27.1.3=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools:sdklib:27.1.3=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android:signflinger:4.1.3=classpath
com.android.tools:annotations:30.3.0=classpath
com.android:zipflinger:4.1.3=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.3.0=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.4.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:
29.0
-jre=classpath
com.google.guava:guava:
30.1
-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.test
.platform:core-proto:0.0.2-dev
=classpath
com.google.test
ing.platform:core-proto:0.0.8-alpha07
=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.
7
=classpath
com.sun.istack:istack-commons-runtime:3.0.
8
=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.1
5
=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.1
6
=classpath
commons-codec:commons-codec:1.1
0
=classpath
commons-codec:commons-codec:1.1
1
=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
it.unimi.dsi:fastutil:7.2.0=classpath
io.grpc:grpc-api:1.39.0=classpath
javax.activation:javax.activation-api:1.2.0=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.perfmark:perfmark-api:0.23.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
org.apache.commons:commons-compress:1.20=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.apache.httpcomponents:httpclient:4.5.13=classpath
org.antlr:antlr4:4.5.3=classpath
org.apache.httpcomponents:httpcore:4.4.13=classpath
org.apache.commons:commons-compress:1.12=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
org.checkerframework:checker-qual:2.11.1=classpath
org.bouncycastle:bcprov-jdk15on:1.67=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.5.31=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.5.31=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-build-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-build-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.31=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.5.31=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.5.31=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.5.31=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.5.31=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.5.31=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.5.31=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.5.31=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-project-model:1.5.31=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-tree:9.1=classpath
org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm-util:9.1=classpath
org.ow2.asm:asm:7.0=classpath
org.ow2.asm:asm:9.1=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty=
empty=
dev/manual_tests/android/project-app.lockfile
View file @
ccbe221b
...
@@ -74,6 +74,7 @@ it.unimi.dsi:fastutil:7.2.0=lintClassPath
...
@@ -74,6 +74,7 @@ it.unimi.dsi:fastutil:7.2.0=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath
javax.inject:javax.inject:1=lintClassPath
javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath
net.java.dev.jna:jna:5.6.0=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath
...
@@ -87,22 +88,29 @@ org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
...
@@ -87,22 +88,29 @@ org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jacoco:org.jacoco.agent:0.8.7=androidJacocoAnt
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.31=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jacoco:org.jacoco.ant:0.8.7=androidJacocoAnt
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.5.31=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jacoco:org.jacoco.core:0.8.7=androidJacocoAnt
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.5.31=kotlinKlibCommonizerClasspath
org.jacoco:org.jacoco.report:0.8.7=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20200330=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.7.10=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.
5.31
=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.
7.10
=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.
5.31
=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.
7.10
=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugApiDependenciesMetadata,profileApiDependenciesMetadata,releaseApiDependenciesMetadata
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30=debugApiDependenciesMetadata,profileApiDependenciesMetadata,releaseApiDependenciesMetadata
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.30=debugApiDependenciesMetadata,profileApiDependenciesMetadata,releaseApiDependenciesMetadata
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.
5.31
=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.
7.10
=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=debugApiDependenciesMetadata,profileApiDependenciesMetadata,releaseApiDependenciesMetadata
org.jetbrains.kotlin:kotlin-stdlib:1.7.10=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:atomicfu:0.16.3=debugApiDependenciesMetadata,debugImplementationDependenciesMetadata,profileApiDependenciesMetadata,profileImplementationDependenciesMetadata,releaseApiDependenciesMetadata,releaseImplementationDependenciesMetadata
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -110,8 +118,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
...
@@ -110,8 +118,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.1=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:9.1=androidJacocoAnt
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:9.1=androidJacocoAnt
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
empty=androidApis,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugIntransitiveDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestIntransitiveDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileIntransitiveDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseIntransitiveDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestIntransitiveDependenciesMetadata,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugIntransitiveDependenciesMetadata,debugReverseMetadataValues,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestIntransitiveDependenciesMetadata,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,intransitiveDependenciesMetadata,kotlinCompilerPluginClasspath,kotlinCompilerPluginClasspathDebug,kotlinCompilerPluginClasspathDebugAndroidTest,kotlinCompilerPluginClasspathDebugUnitTest,kotlinCompilerPluginClasspathProfile,kotlinCompilerPluginClasspathProfileUnitTest,kotlinCompilerPluginClasspathRelease,kotlinCompilerPluginClasspathReleaseUnitTest,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileIntransitiveDependenciesMetadata,profileReverseMetadataValues,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestIntransitiveDependenciesMetadata,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseIntransitiveDependenciesMetadata,releaseReverseMetadataValues,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestIntransitiveDependenciesMetadata,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugIntransitiveDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testIntransitiveDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileIntransitiveDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseIntransitiveDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
org.ow2.asm:asm:9.1=androidJacocoAnt
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugIntransitiveDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestIntransitiveDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileIntransitiveDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseIntransitiveDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestIntransitiveDependenciesMetadata,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugIntransitiveDependenciesMetadata,debugReverseMetadataValues,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestIntransitiveDependenciesMetadata,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,intransitiveDependenciesMetadata,kotlinCompilerPluginClasspath,kotlinCompilerPluginClasspathDebug,kotlinCompilerPluginClasspathDebugAndroidTest,kotlinCompilerPluginClasspathDebugUnitTest,kotlinCompilerPluginClasspathProfile,kotlinCompilerPluginClasspathProfileUnitTest,kotlinCompilerPluginClasspathRelease,kotlinCompilerPluginClasspathReleaseUnitTest,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileIntransitiveDependenciesMetadata,profileReverseMetadataValues,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestIntransitiveDependenciesMetadata,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseIntransitiveDependenciesMetadata,releaseReverseMetadataValues,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestIntransitiveDependenciesMetadata,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugIntransitiveDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testFixturesApiDependenciesMetadata,testFixturesCompileOnlyDependenciesMetadata,testFixturesDebugApiDependenciesMetadata,testFixturesDebugCompileOnlyDependenciesMetadata,testFixturesDebugImplementationDependenciesMetadata,testFixturesDebugIntransitiveDependenciesMetadata,testFixturesDebugRuntimeOnlyDependenciesMetadata,testFixturesImplementationDependenciesMetadata,testFixturesIntransitiveDependenciesMetadata,testFixturesProfileApiDependenciesMetadata,testFixturesProfileCompileOnlyDependenciesMetadata,testFixturesProfileImplementationDependenciesMetadata,testFixturesProfileIntransitiveDependenciesMetadata,testFixturesProfileRuntimeOnlyDependenciesMetadata,testFixturesReleaseApiDependenciesMetadata,testFixturesReleaseCompileOnlyDependenciesMetadata,testFixturesReleaseImplementationDependenciesMetadata,testFixturesReleaseIntransitiveDependenciesMetadata,testFixturesReleaseRuntimeOnlyDependenciesMetadata,testFixturesRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testIntransitiveDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileIntransitiveDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseIntransitiveDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
dev/manual_tests/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/tools/bin/generate_gradle_lockfiles.dart
View file @
ccbe221b
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
// This script generates `android/build.gradle` for each directory specify in the stdin.
// This script generates `android/build.gradle` for each directory specify in the stdin.
// Then it generate the lockfiles for each Gradle project.
// Then it generate the lockfiles for each Gradle project.
// Prerequisite: make sure `flutter doctor -v` outputs the same version of java as `java --version`.
// To regenerate these files, run `find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart`
// To regenerate these files, run `find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart`
import
'dart:io'
;
import
'dart:io'
;
...
@@ -193,15 +194,24 @@ const String settingGradleFile = r'''
...
@@ -193,15 +194,24 @@ const String settingGradleFile = r'''
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include '
:
app
'
pluginManagement {
def flutterSdkPath = {
def properties = new Properties()
file("local.properties").withInputStream { properties.load(it) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
return flutterSdkPath
}
settings.ext.flutterSdkPath = flutterSdkPath()
includeBuild("
${settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle")
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
plugins {
def properties = new Properties()
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
}
}
assert localPropertiesFile.exists()
include ":app"
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
apply from: "
${settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
apply from: "
$flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
'''
;
'''
;
examples/flutter_view/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/flutter_view/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
examples/flutter_view/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
examples/hello_world/android/build.gradle
View file @
ccbe221b
...
@@ -7,13 +7,14 @@
...
@@ -7,13 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
9.
0'
ext
.
kotlin_version
=
'1.
7.1
0'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.3.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/hello_world/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.3.0=classpath
androidx.databinding:databinding-compiler-common:7.3.0=classpath
com.android.databinding:baseLibrary:7.3.0=classpath
com.android.tools.analytics-library:crash:30.3.0=classpath
com.android.tools.analytics-library:protos:30.3.0=classpath
com.android.tools.analytics-library:shared:30.3.0=classpath
com.android.tools.analytics-library:tracker:30.3.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build:aapt2-proto:7.3.0-8691043=classpath
com.android.tools.build:aaptcompiler:7.3.0=classpath
com.android.tools.build:apksig:7.3.0=classpath
com.android.tools.build:apkzlib:7.3.0=classpath
com.android.tools.build:builder-model:7.3.0=classpath
com.android.tools.build:builder-test-api:7.3.0=classpath
com.android.tools.build:builder:7.3.0=classpath
com.android.tools.build:bundletool:1.9.0=classpath
com.android.tools.build:gradle-api:7.3.0=classpath
com.android.tools.build:gradle:7.3.0=classpath
com.android.tools.build:manifest-merger:30.3.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.3.0=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.4.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.17.2=classpath
com.google.protobuf:protobuf-java:3.17.2=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.perfmark:perfmark-api:0.23.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.13=classpath
org.apache.httpcomponents:httpcore:4.4.13=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
org.bouncycastle:bcprov-jdk15on:1.67=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.9.0=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-build-tools-api:1.9.0=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.0=classpath
org.jetbrains.kotlin:kotlin-build-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.9.0=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.9.0=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.0=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:1.9.0=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.0=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:1.9.0=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.9.0=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.9.0=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:1.9.0=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.9.0=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.9.0=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-project-model:1.9.0=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.9.0=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.9.0=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.9.0=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.9.0=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.9.0=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.9.0=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.9.0=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-tree:9.1=classpath
org.ow2.asm:asm-util:9.1=classpath
org.ow2.asm:asm:9.1=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty=
empty=
examples/hello_world/android/project-app.lockfile
View file @
ccbe221b
...
@@ -87,10 +87,10 @@ org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
...
@@ -87,10 +87,10 @@ org.codehaus.groovy:groovy-all:2.4.15=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.jacoco:org.jacoco.agent:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.agent:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
7
=androidJacocoAnt
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -107,12 +107,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
...
@@ -107,12 +107,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.
2
=androidJacocoAnt
org.ow2.asm:asm-analysis:9.
1
=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:9.
2
=androidJacocoAnt
org.ow2.asm:asm-commons:9.
1
=androidJacocoAnt
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:9.
2
=androidJacocoAnt
org.ow2.asm:asm-tree:9.
1
=androidJacocoAnt
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:9.
2
=androidJacocoAnt
org.ow2.asm:asm:9.
1
=androidJacocoAnt
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile
examples/hello_world/android/settings.gradle
View file @
ccbe221b
...
@@ -16,26 +16,13 @@ pluginManagement {
...
@@ -16,26 +16,13 @@ pluginManagement {
}
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
// Flutter Gradle Plugin ships together with the Flutter SDK
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
repositories
{
google
()
mavenCentral
()
gradlePluginPortal
()
}
plugins
{
plugins
{
// Flutter Gradle Plugin's ID is defined in /packages/flutter_tools/gradle/build.gradle.kts.
// We set `apply false`, because we don't want to apply the plugin to
// the `android` root project, but only to the `app` subproject.
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
}
}
plugins
{
include
":app"
id
"dev.flutter.flutter-plugin-loader"
version
"1.0.0"
id
"com.android.application"
version
"7.4.2"
apply
false
}
include
':app'
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
examples/image_list/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/image_list/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
examples/image_list/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
examples/layers/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/layers/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
examples/layers/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
examples/platform_channel/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/platform_channel/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
examples/platform_channel/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
examples/platform_view/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
5.31
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:7.
2
.0'
classpath
'com.android.tools.build:gradle:7.
3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
examples/platform_view/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:7.
2
.0=classpath
androidx.databinding:databinding-common:7.
3
.0=classpath
androidx.databinding:databinding-compiler-common:7.
2
.0=classpath
androidx.databinding:databinding-compiler-common:7.
3
.0=classpath
com.android.databinding:baseLibrary:7.
2
.0=classpath
com.android.databinding:baseLibrary:7.
3
.0=classpath
com.android.tools.analytics-library:crash:30.
2
.0=classpath
com.android.tools.analytics-library:crash:30.
3
.0=classpath
com.android.tools.analytics-library:protos:30.
2
.0=classpath
com.android.tools.analytics-library:protos:30.
3
.0=classpath
com.android.tools.analytics-library:shared:30.
2
.0=classpath
com.android.tools.analytics-library:shared:30.
3
.0=classpath
com.android.tools.analytics-library:tracker:30.
2
.0=classpath
com.android.tools.analytics-library:tracker:30.
3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta
10
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
09
=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta
10
=classpath
com.android.tools.build:aapt2-proto:7.
2.0-7984345
=classpath
com.android.tools.build:aapt2-proto:7.
3.0-8691043
=classpath
com.android.tools.build:aaptcompiler:7.
2
.0=classpath
com.android.tools.build:aaptcompiler:7.
3
.0=classpath
com.android.tools.build:apksig:7.
2
.0=classpath
com.android.tools.build:apksig:7.
3
.0=classpath
com.android.tools.build:apkzlib:7.
2
.0=classpath
com.android.tools.build:apkzlib:7.
3
.0=classpath
com.android.tools.build:builder-model:7.
2
.0=classpath
com.android.tools.build:builder-model:7.
3
.0=classpath
com.android.tools.build:builder-test-api:7.
2
.0=classpath
com.android.tools.build:builder-test-api:7.
3
.0=classpath
com.android.tools.build:builder:7.
2
.0=classpath
com.android.tools.build:builder:7.
3
.0=classpath
com.android.tools.build:bundletool:1.
8.2
=classpath
com.android.tools.build:bundletool:1.
9.0
=classpath
com.android.tools.build:gradle-api:7.
2
.0=classpath
com.android.tools.build:gradle-api:7.
3
.0=classpath
com.android.tools.build:gradle:7.
2
.0=classpath
com.android.tools.build:gradle:7.
3
.0=classpath
com.android.tools.build:manifest-merger:30.
2
.0=classpath
com.android.tools.build:manifest-merger:30.
3
.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.2.0=classpath
com.android.tools.ddms:ddmlib:30.3.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
com.android.tools.layoutlib:layoutlib-api:30.3.0=classpath
com.android.tools.lint:lint-model:30.2.0=classpath
com.android.tools.lint:lint-model:30.3.0=classpath
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
com.android.tools.lint:lint-typedef-remover:30.3.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.0=classpath
com.android.tools:annotations:30.2.0=classpath
com.android.tools:annotations:30.3.0=classpath
com.android.tools:common:30.2.0=classpath
com.android.tools:common:30.3.0=classpath
com.android.tools:dvlib:30.2.0=classpath
com.android.tools:dvlib:30.3.0=classpath
com.android.tools:repository:30.2.0=classpath
com.android.tools:repository:30.3.0=classpath
com.android.tools:sdk-common:30.2.0=classpath
com.android.tools:sdk-common:30.3.0=classpath
com.android.tools:sdklib:30.2.0=classpath
com.android.tools:sdklib:30.3.0=classpath
com.android:signflinger:7.2.0=classpath
com.android:signflinger:7.3.0=classpath
com.android:zipflinger:7.2.0=classpath
com.android:zipflinger:7.3.0=classpath
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:
1.12.0
=classpath
com.google.api.grpc:proto-google-common-protos:
2.0.1
=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.
6
=classpath
com.google.code.gson:gson:2.8.
9
=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
3.4
=classpath
com.google.errorprone:error_prone_annotations:2.
4.0
=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.1
0.0
=classpath
com.google.protobuf:protobuf-java-util:3.1
7.2
=classpath
com.google.protobuf:protobuf-java:3.1
0.0
=classpath
com.google.protobuf:protobuf-java:3.1
7.2
=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
...
@@ -76,80 +69,76 @@ commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
de.undercouch:gradle-download-task:4.1.1=classpath
io.grpc:grpc-api:1.21.1=classpath
io.grpc:grpc-api:1.39.0=classpath
io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-context:1.39.0=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-core:1.39.0=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-netty:1.39.0=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.39.0=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-protobuf:1.39.0=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.grpc:grpc-stub:1.39.0=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-buffer:4.1.52.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.52.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.52.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.52.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-codec:4.1.52.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-common:4.1.52.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.52.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-handler:4.1.52.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.52.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.netty:netty-transport:4.1.52.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.inject:javax.inject:1=classpath
javax.inject:javax.inject:1=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.
9
=classpath
org.apache.httpcomponents:httpclient:4.5.
13
=classpath
org.apache.httpcomponents:httpcore:4.4.1
1
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.
56
=classpath
org.bouncycastle:bcpkix-jdk15on:1.
67
=classpath
org.bouncycastle:bcprov-jdk15on:1.
56
=classpath
org.bouncycastle:bcprov-jdk15on:1.
67
=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.woodstox:stax2-api:4.2.1=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.
dokka:dokka-core:1.4.32
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20200330
=classpath
org.jetbrains.
intellij.deps:trove4j:1.0.20181211
=classpath
org.jetbrains.
kotlin:kotlin-android-extensions:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-an
droid-extensions:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-an
notation-processing-gradle:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
annotation-processing-gradle:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
build-common:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
compiler-embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-compiler-
embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-compiler-
runner:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
compiler-runner:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
daemon-client:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-daemon-
client:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-daemon-
embeddable:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-
daemon-embeddable:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-
gradle-plugin-api:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
api:1.5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-
idea:1.7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-project-model:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
5.31
=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.
7.10
=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:markdown-jvm:0.2.1=classpath
org.jetbrains:markdown:0.2.1=classpath
org.json:json:20180813=classpath
org.json:json:20180813=classpath
org.jsoup:jsoup:1.13.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-analysis:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
org.ow2.asm:asm-commons:9.1=classpath
...
...
examples/platform_view/android/settings.gradle
View file @
ccbe221b
...
@@ -6,16 +6,23 @@
...
@@ -6,16 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
enableFeaturePreview
(
'ONE_LOCKFILE_PER_PROJECT'
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
plugins
{
def
properties
=
new
Properties
()
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
assert
localPropertiesFile
.
exists
()
include
":app"
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
apply
from:
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
packages/integration_test/example/android/build.gradle
View file @
ccbe221b
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
buildscript
{
ext
.
kotlin_version
=
'1.
8.21
'
ext
.
kotlin_version
=
'1.
7.10
'
repositories
{
repositories
{
google
()
google
()
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:
8.0
.0'
classpath
'com.android.tools.build:gradle:
7.3
.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
packages/integration_test/example/android/buildscript-gradle.lockfile
View file @
ccbe221b
# This is a Gradle generated file for dependency locking.
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:
8.0
.0=classpath
androidx.databinding:databinding-common:
7.3
.0=classpath
androidx.databinding:databinding-compiler-common:
8.0
.0=classpath
androidx.databinding:databinding-compiler-common:
7.3
.0=classpath
com.android.databinding:baseLibrary:
8.0
.0=classpath
com.android.databinding:baseLibrary:
7.3
.0=classpath
com.android.tools.analytics-library:crash:3
1.0
.0=classpath
com.android.tools.analytics-library:crash:3
0.3
.0=classpath
com.android.tools.analytics-library:protos:3
1.0
.0=classpath
com.android.tools.analytics-library:protos:3
0.3
.0=classpath
com.android.tools.analytics-library:shared:3
1.0
.0=classpath
com.android.tools.analytics-library:shared:3
0.3
.0=classpath
com.android.tools.analytics-library:tracker:3
1.0
.0=classpath
com.android.tools.analytics-library:tracker:3
0.3
.0=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10=classpath
com.android.tools.build:aapt2-proto:8.0.0-9289358=classpath
com.android.tools.build:aapt2-proto:7.3.0-8691043=classpath
com.android.tools.build:aaptcompiler:8.0.0=classpath
com.android.tools.build:aaptcompiler:7.3.0=classpath
com.android.tools.build:apksig:8.0.0=classpath
com.android.tools.build:apksig:7.3.0=classpath
com.android.tools.build:apkzlib:8.0.0=classpath
com.android.tools.build:apkzlib:7.3.0=classpath
com.android.tools.build:builder-model:8.0.0=classpath
com.android.tools.build:builder-model:7.3.0=classpath
com.android.tools.build:builder-test-api:8.0.0=classpath
com.android.tools.build:builder-test-api:7.3.0=classpath
com.android.tools.build:builder:8.0.0=classpath
com.android.tools.build:builder:7.3.0=classpath
com.android.tools.build:bundletool:1.13.2=classpath
com.android.tools.build:bundletool:1.9.0=classpath
com.android.tools.build:gradle-api:8.0.0=classpath
com.android.tools.build:gradle-api:7.3.0=classpath
com.android.tools.build:gradle-settings-api:8.0.0=classpath
com.android.tools.build:gradle:7.3.0=classpath
com.android.tools.build:gradle:8.0.0=classpath
com.android.tools.build:manifest-merger:30.3.0=classpath
com.android.tools.build:manifest-merger:31.0.0=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:3
1.0
.0=classpath
com.android.tools.ddms:ddmlib:3
0.3
.0=classpath
com.android.tools.layoutlib:layoutlib-api:3
1.0
.0=classpath
com.android.tools.layoutlib:layoutlib-api:3
0.3
.0=classpath
com.android.tools.lint:lint-model:3
1.0
.0=classpath
com.android.tools.lint:lint-model:3
0.3
.0=classpath
com.android.tools.lint:lint-typedef-remover:3
1.0
.0=classpath
com.android.tools.lint:lint-typedef-remover:3
0.3
.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:3
1.0
.0=classpath
com.android.tools.utp:android-device-provider-ddmlib-proto:3
0.3
.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:3
1.0
.0=classpath
com.android.tools.utp:android-device-provider-gradle-proto:3
0.3
.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:3
1.0
.0=classpath
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:3
0.3
.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:3
1.0
.0=classpath
com.android.tools.utp:android-test-plugin-host-coverage-proto:3
0.3
.0=classpath
com.android.tools.utp:android-test-plugin-host-
logcat-proto:31.0
.0=classpath
com.android.tools.utp:android-test-plugin-host-
retention-proto:30.3
.0=classpath
com.android.tools.utp:android-test-plugin-
host-retention-proto:31.0
.0=classpath
com.android.tools.utp:android-test-plugin-
result-listener-gradle-proto:30.3
.0=classpath
com.android.tools
.utp:android-test-plugin-result-listener-gradle-proto:31.0
.0=classpath
com.android.tools
:annotations:30.3
.0=classpath
com.android.tools:
annotations:31.0
.0=classpath
com.android.tools:
common:30.3
.0=classpath
com.android.tools:
common:31.0
.0=classpath
com.android.tools:
dvlib:30.3
.0=classpath
com.android.tools:
dvlib:31.0
.0=classpath
com.android.tools:
repository:30.3
.0=classpath
com.android.tools:
repository:31.0
.0=classpath
com.android.tools:
sdk-common:30.3
.0=classpath
com.android.tools:sdk
-common:31.0
.0=classpath
com.android.tools:sdk
lib:30.3
.0=classpath
com.android
.tools:sdklib:31.0
.0=classpath
com.android
:signflinger:7.3
.0=classpath
com.android:
signflinger:8.0
.0=classpath
com.android:
zipflinger:7.3
.0=classpath
com.
android:zipflinger:8.0.0
=classpath
com.
github.gundy:semver4j:0.16.4
=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.api.grpc:proto-google-common-protos:2.0.1=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.code.gson:gson:2.8.9=classpath
com.google.crypto.tink:tink:1.
7.0
=classpath
com.google.crypto.tink:tink:1.
3.0-rc2
=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.
10
.0=classpath
com.google.errorprone:error_prone_annotations:2.
4
.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:3
1.
0.1-jre=classpath
com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.19.3=classpath
com.google.protobuf:protobuf-java-util:3.17.2=classpath
com.google.protobuf:protobuf-java:3.19.3=classpath
com.google.protobuf:protobuf-java:3.17.2=classpath
com.google.testing.platform:core-proto:0.0.8-alpha08=classpath
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.squareup:javawriter:2.5.0=classpath
...
@@ -68,25 +68,26 @@ com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
...
@@ -68,25 +68,26 @@ com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.11=classpath
commons-codec:commons-codec:1.11=classpath
commons-io:commons-io:2.4=classpath
commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath
commons-logging:commons-logging:1.2=classpath
io.grpc:grpc-api:1.45
.1=classpath
de.undercouch:gradle-download-task:4.1
.1=classpath
io.grpc:grpc-
context:1.45.1
=classpath
io.grpc:grpc-
api:1.39.0
=classpath
io.grpc:grpc-co
re:1.45.1
=classpath
io.grpc:grpc-co
ntext:1.39.0
=classpath
io.grpc:grpc-
netty:1.45.1
=classpath
io.grpc:grpc-
core:1.39.0
=classpath
io.grpc:grpc-
protobuf-lite:1.45.1
=classpath
io.grpc:grpc-
netty:1.39.0
=classpath
io.grpc:grpc-protobuf
:1.45.1
=classpath
io.grpc:grpc-protobuf
-lite:1.39.0
=classpath
io.grpc:grpc-
stub:1.45.1
=classpath
io.grpc:grpc-
protobuf:1.39.0
=classpath
io.
netty:netty-buffer:4.1.72.Final
=classpath
io.
grpc:grpc-stub:1.39.0
=classpath
io.netty:netty-
codec-http2:4.1.7
2.Final=classpath
io.netty:netty-
buffer:4.1.5
2.Final=classpath
io.netty:netty-codec-http
:4.1.7
2.Final=classpath
io.netty:netty-codec-http
2:4.1.5
2.Final=classpath
io.netty:netty-codec-
socks:4.1.7
2.Final=classpath
io.netty:netty-codec-
http:4.1.5
2.Final=classpath
io.netty:netty-codec
:4.1.7
2.Final=classpath
io.netty:netty-codec
-socks:4.1.5
2.Final=classpath
io.netty:netty-co
mmon:4.1.7
2.Final=classpath
io.netty:netty-co
dec:4.1.5
2.Final=classpath
io.netty:netty-
handler-proxy:4.1.7
2.Final=classpath
io.netty:netty-
common:4.1.5
2.Final=classpath
io.netty:netty-handler
:4.1.7
2.Final=classpath
io.netty:netty-handler
-proxy:4.1.5
2.Final=classpath
io.netty:netty-
resolver:4.1.7
2.Final=classpath
io.netty:netty-
handler:4.1.5
2.Final=classpath
io.netty:netty-
tcnative-classes:2.0.46
.Final=classpath
io.netty:netty-
resolver:4.1.52
.Final=classpath
io.netty:netty-transport:4.1.
7
2.Final=classpath
io.netty:netty-transport:4.1.
5
2.Final=classpath
io.perfmark:perfmark-api:0.23.0=classpath
io.perfmark:perfmark-api:0.23.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
javax.annotation:javax.annotation-api:1.3.2=classpath
...
@@ -97,53 +98,53 @@ net.sf.jopt-simple:jopt-simple:4.9=classpath
...
@@ -97,53 +98,53 @@ net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath
net.sf.kxml:kxml2:2.3.0=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.13=classpath
org.apache.httpcomponents:httpclient:4.5.13=classpath
org.apache.httpcomponents:httpcore:4.4.1
5
=classpath
org.apache.httpcomponents:httpcore:4.4.1
3
=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bitbucket.b_c:jose4j:0.7.0=classpath
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
org.bouncycastle:bcpkix-jdk15on:1.67=classpath
org.bouncycastle:bcprov-jdk15on:1.67=classpath
org.bouncycastle:bcprov-jdk15on:1.67=classpath
org.checkerframework:checker-qual:3.
12
.0=classpath
org.checkerframework:checker-qual:3.
5
.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.19=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath
org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20200330=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.8.21=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.7.10=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.8.21=classpath
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.21=classpath
org.jetbrains.kotlin:kotlin-build-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.8.21=classpath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.8.21=classpath
org.jetbrains.kotlin:kotlin-compiler-runner:1.7.10=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.8.21=classpath
org.jetbrains.kotlin:kotlin-daemon-client:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:1.8.21=classpath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.8.21=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:1.8.21=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:1.8.21=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.8.21=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.7.10=classpath
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:1.8.21=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.7.10=classpath
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.8.21=classpath
org.jetbrains.kotlin:kotlin-project-model:1.7.10=classpath
org.jetbrains.kotlin:kotlin-native-utils:1.8.21=classpath
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
org.jetbrains.kotlin:kotlin-project-model:1.8.21=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-reflect:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-common:1.8.21=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.8.21=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.7.10=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.8.21=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.8.21=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.7.10=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-metadata:1.7.10=classpath
org.jetbrains.kotlin:kotlin-tooling-core:1.8.21=classpath
org.jetbrains.kotlin:kotlin-util-io:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-io:1.8.21=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.7.10=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.8.21=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
org.jetbrains:annotations:13.0=classpath
org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:9.
2
=classpath
org.ow2.asm:asm-analysis:9.
1
=classpath
org.ow2.asm:asm-commons:9.
2
=classpath
org.ow2.asm:asm-commons:9.
1
=classpath
org.ow2.asm:asm-tree:9.
2
=classpath
org.ow2.asm:asm-tree:9.
1
=classpath
org.ow2.asm:asm-util:9.
2
=classpath
org.ow2.asm:asm-util:9.
1
=classpath
org.ow2.asm:asm:9.
2
=classpath
org.ow2.asm:asm:9.
1
=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.slf4j:slf4j-api:1.7.30=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xerces:xercesImpl:2.12.0=classpath
...
...
packages/integration_test/example/android/project-app.lockfile
View file @
ccbe221b
...
@@ -106,10 +106,10 @@ org.glassfish.jaxb:txw2:2.3.1=lintClassPath
...
@@ -106,10 +106,10 @@ org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.agent:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
7
=androidJacocoAnt
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -126,12 +126,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
...
@@ -126,12 +126,12 @@ org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.
2
=androidJacocoAnt
org.ow2.asm:asm-analysis:9.
1
=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:9.
2
=androidJacocoAnt
org.ow2.asm:asm-commons:9.
1
=androidJacocoAnt
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:9.
2
=androidJacocoAnt
org.ow2.asm:asm-tree:9.
1
=androidJacocoAnt
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:9.
2
=androidJacocoAnt
org.ow2.asm:asm:9.
1
=androidJacocoAnt
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile
packages/integration_test/example/android/project-integration_test.lockfile
View file @
ccbe221b
...
@@ -101,10 +101,10 @@ org.glassfish.jaxb:txw2:2.3.1=lintClassPath
...
@@ -101,10 +101,10 @@ org.glassfish.jaxb:txw2:2.3.1=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.agent:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.
7
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
8
=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.
7
=androidJacocoAnt
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...
@@ -124,12 +124,12 @@ org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntim
...
@@ -124,12 +124,12 @@ org.mockito:mockito-core:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntim
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.mockito:mockito-inline:5.0.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.3=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath
org.ow2.asm:asm-analysis:9.
2
=androidJacocoAnt
org.ow2.asm:asm-analysis:9.
1
=androidJacocoAnt
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath
org.ow2.asm:asm-commons:9.
2
=androidJacocoAnt
org.ow2.asm:asm-commons:9.
1
=androidJacocoAnt
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath
org.ow2.asm:asm-tree:9.
2
=androidJacocoAnt
org.ow2.asm:asm-tree:9.
1
=androidJacocoAnt
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath
org.ow2.asm:asm:9.
2
=androidJacocoAnt
org.ow2.asm:asm:9.
1
=androidJacocoAnt
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile
packages/integration_test/example/android/settings.gradle
View file @
ccbe221b
...
@@ -6,14 +6,23 @@
...
@@ -6,14 +6,23 @@
// To update all the settings.gradle files in the Flutter repo,
// To update all the settings.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
// See dev/tools/bin/generate_gradle_lockfiles.dart.
include
':app'
pluginManagement
{
def
flutterSdkPath
=
{
def
properties
=
new
Properties
()
file
(
"local.properties"
).
withInputStream
{
properties
.
load
(
it
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
return
flutterSdkPath
}
settings
.
ext
.
flutterSdkPath
=
flutterSdkPath
()
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
includeBuild
(
"${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
plugins
{
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
id
"dev.flutter.flutter-gradle-plugin"
version
"1.0.0"
apply
false
}
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
include
":app"
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$
flutterSdkPath
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
apply
from:
"$
{settings.ext.flutterSdkPath}
/packages/flutter_tools/gradle/app_plugin_loader.gradle"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment