Skip to content

Commit 06e7c7a

Browse files
authored
Incrementally update gradle to AGP 7.2.0 and 7.3.3 in some integration_tests (#116201)
1 parent e54e73a commit 06e7c7a

20 files changed

+491
-946
lines changed

dev/integration_tests/channels/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515

1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:4.1.3'
17+
classpath 'com.android.tools.build:gradle:7.2.0'
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1919
}
2020

Original file line numberDiff line numberDiff line change
@@ -1,84 +1,122 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
androidx.databinding:databinding-common:4.1.3=classpath
5-
androidx.databinding:databinding-compiler-common:4.1.3=classpath
6-
com.android.databinding:baseLibrary:4.1.3=classpath
7-
com.android.tools.analytics-library:crash:27.1.3=classpath
8-
com.android.tools.analytics-library:protos:27.1.3=classpath
9-
com.android.tools.analytics-library:shared:27.1.3=classpath
10-
com.android.tools.analytics-library:tracker:27.1.3=classpath
4+
androidx.databinding:databinding-common:7.2.0=classpath
5+
androidx.databinding:databinding-compiler-common:7.2.0=classpath
6+
com.android.databinding:baseLibrary:7.2.0=classpath
7+
com.android.tools.analytics-library:crash:30.2.0=classpath
8+
com.android.tools.analytics-library:protos:30.2.0=classpath
9+
com.android.tools.analytics-library:shared:30.2.0=classpath
10+
com.android.tools.analytics-library:tracker:30.2.0=classpath
1111
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
1212
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
13-
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath
14-
com.android.tools.build:aaptcompiler:4.1.3=classpath
15-
com.android.tools.build:apksig:4.1.3=classpath
16-
com.android.tools.build:apkzlib:4.1.3=classpath
17-
com.android.tools.build:builder-model:4.1.3=classpath
18-
com.android.tools.build:builder-test-api:4.1.3=classpath
19-
com.android.tools.build:builder:4.1.3=classpath
20-
com.android.tools.build:bundletool:0.14.0=classpath
21-
com.android.tools.build:gradle-api:4.1.3=classpath
22-
com.android.tools.build:gradle:4.1.3=classpath
23-
com.android.tools.build:manifest-merger:27.1.3=classpath
13+
com.android.tools.build:aapt2-proto:7.2.0-7984345=classpath
14+
com.android.tools.build:aaptcompiler:7.2.0=classpath
15+
com.android.tools.build:apksig:7.2.0=classpath
16+
com.android.tools.build:apkzlib:7.2.0=classpath
17+
com.android.tools.build:builder-model:7.2.0=classpath
18+
com.android.tools.build:builder-test-api:7.2.0=classpath
19+
com.android.tools.build:builder:7.2.0=classpath
20+
com.android.tools.build:bundletool:1.8.2=classpath
21+
com.android.tools.build:gradle-api:7.2.0=classpath
22+
com.android.tools.build:gradle:7.2.0=classpath
23+
com.android.tools.build:manifest-merger:30.2.0=classpath
2424
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
25-
com.android.tools.ddms:ddmlib:27.1.3=classpath
26-
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath
27-
com.android.tools.lint:lint-gradle-api:27.1.3=classpath
28-
com.android.tools.lint:lint-model:27.1.3=classpath
29-
com.android.tools:annotations:27.1.3=classpath
30-
com.android.tools:common:27.1.3=classpath
31-
com.android.tools:dvlib:27.1.3=classpath
32-
com.android.tools:repository:27.1.3=classpath
33-
com.android.tools:sdk-common:27.1.3=classpath
34-
com.android.tools:sdklib:27.1.3=classpath
35-
com.android:signflinger:4.1.3=classpath
36-
com.android:zipflinger:4.1.3=classpath
25+
com.android.tools.ddms:ddmlib:30.2.0=classpath
26+
com.android.tools.layoutlib:layoutlib-api:30.2.0=classpath
27+
com.android.tools.lint:lint-model:30.2.0=classpath
28+
com.android.tools.lint:lint-typedef-remover:30.2.0=classpath
29+
com.android.tools.utp:android-device-provider-ddmlib-proto:30.2.0=classpath
30+
com.android.tools.utp:android-device-provider-gradle-proto:30.2.0=classpath
31+
com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.2.0=classpath
32+
com.android.tools.utp:android-test-plugin-host-coverage-proto:30.2.0=classpath
33+
com.android.tools.utp:android-test-plugin-host-retention-proto:30.2.0=classpath
34+
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.2.0=classpath
35+
com.android.tools:annotations:30.2.0=classpath
36+
com.android.tools:common:30.2.0=classpath
37+
com.android.tools:dvlib:30.2.0=classpath
38+
com.android.tools:repository:30.2.0=classpath
39+
com.android.tools:sdk-common:30.2.0=classpath
40+
com.android.tools:sdklib:30.2.0=classpath
41+
com.android:signflinger:7.2.0=classpath
42+
com.android:zipflinger:7.2.0=classpath
43+
com.fasterxml.jackson.core:jackson-annotations:2.11.1=classpath
44+
com.fasterxml.jackson.core:jackson-core:2.11.1=classpath
45+
com.fasterxml.jackson.core:jackson-databind:2.11.1=classpath
46+
com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.1=classpath
47+
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=classpath
48+
com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1=classpath
49+
com.fasterxml.woodstox:woodstox-core:6.2.1=classpath
3750
com.github.gundy:semver4j:0.16.4=classpath
51+
com.google.android:annotations:4.1.1.4=classpath
52+
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
3853
com.google.auto.value:auto-value-annotations:1.6.2=classpath
3954
com.google.code.findbugs:jsr305:3.0.2=classpath
4055
com.google.code.gson:gson:2.8.6=classpath
4156
com.google.crypto.tink:tink:1.3.0-rc2=classpath
57+
com.google.dagger:dagger:2.28.3=classpath
4258
com.google.errorprone:error_prone_annotations:2.3.4=classpath
4359
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
4460
com.google.guava:failureaccess:1.0.1=classpath
45-
com.google.guava:guava:29.0-jre=classpath
61+
com.google.guava:guava:30.1-jre=classpath
4662
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
4763
com.google.j2objc:j2objc-annotations:1.3=classpath
4864
com.google.jimfs:jimfs:1.1=classpath
4965
com.google.protobuf:protobuf-java-util:3.10.0=classpath
5066
com.google.protobuf:protobuf-java:3.10.0=classpath
51-
com.google.test.platform:core-proto:0.0.2-dev=classpath
67+
com.google.testing.platform:core-proto:0.0.8-alpha07=classpath
5268
com.googlecode.json-simple:json-simple:1.1=classpath
5369
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
5470
com.squareup:javapoet:1.10.0=classpath
5571
com.squareup:javawriter:2.5.0=classpath
5672
com.sun.activation:javax.activation:1.2.0=classpath
57-
com.sun.istack:istack-commons-runtime:3.0.7=classpath
58-
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath
59-
commons-codec:commons-codec:1.10=classpath
73+
com.sun.istack:istack-commons-runtime:3.0.8=classpath
74+
com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
75+
commons-codec:commons-codec:1.11=classpath
6076
commons-io:commons-io:2.4=classpath
6177
commons-logging:commons-logging:1.2=classpath
6278
de.undercouch:gradle-download-task:4.1.1=classpath
63-
it.unimi.dsi:fastutil:7.2.0=classpath
64-
javax.activation:javax.activation-api:1.2.0=classpath
79+
io.grpc:grpc-api:1.21.1=classpath
80+
io.grpc:grpc-context:1.21.1=classpath
81+
io.grpc:grpc-core:1.21.1=classpath
82+
io.grpc:grpc-netty:1.21.1=classpath
83+
io.grpc:grpc-protobuf-lite:1.21.1=classpath
84+
io.grpc:grpc-protobuf:1.21.1=classpath
85+
io.grpc:grpc-stub:1.21.1=classpath
86+
io.netty:netty-buffer:4.1.34.Final=classpath
87+
io.netty:netty-codec-http2:4.1.34.Final=classpath
88+
io.netty:netty-codec-http:4.1.34.Final=classpath
89+
io.netty:netty-codec-socks:4.1.34.Final=classpath
90+
io.netty:netty-codec:4.1.34.Final=classpath
91+
io.netty:netty-common:4.1.34.Final=classpath
92+
io.netty:netty-handler-proxy:4.1.34.Final=classpath
93+
io.netty:netty-handler:4.1.34.Final=classpath
94+
io.netty:netty-resolver:4.1.34.Final=classpath
95+
io.netty:netty-transport:4.1.34.Final=classpath
96+
io.opencensus:opencensus-api:0.21.0=classpath
97+
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
98+
it.unimi.dsi:fastutil:8.4.0=classpath
99+
jakarta.activation:jakarta.activation-api:1.2.1=classpath
100+
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
65101
javax.inject:javax.inject:1=classpath
66-
javax.xml.bind:jaxb-api:2.3.1=classpath
102+
net.java.dev.jna:jna-platform:5.6.0=classpath
103+
net.java.dev.jna:jna:5.6.0=classpath
67104
net.sf.jopt-simple:jopt-simple:4.9=classpath
68105
net.sf.kxml:kxml2:2.3.0=classpath
69-
net.sf.proguard:proguard-base:6.0.3=classpath
70-
net.sf.proguard:proguard-gradle:6.0.3=classpath
71-
org.antlr:antlr4:4.5.3=classpath
72-
org.apache.commons:commons-compress:1.12=classpath
73-
org.apache.httpcomponents:httpclient:4.5.6=classpath
74-
org.apache.httpcomponents:httpcore:4.4.10=classpath
106+
org.apache.commons:commons-compress:1.20=classpath
107+
org.apache.httpcomponents:httpclient:4.5.9=classpath
108+
org.apache.httpcomponents:httpcore:4.4.11=classpath
75109
org.apache.httpcomponents:httpmime:4.5.6=classpath
110+
org.bitbucket.b_c:jose4j:0.7.0=classpath
76111
org.bouncycastle:bcpkix-jdk15on:1.56=classpath
77112
org.bouncycastle:bcprov-jdk15on:1.56=classpath
78-
org.checkerframework:checker-qual:2.11.1=classpath
79-
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath
80-
org.glassfish.jaxb:txw2:2.3.1=classpath
113+
org.checkerframework:checker-qual:3.5.0=classpath
114+
org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
115+
org.codehaus.woodstox:stax2-api:4.2.1=classpath
116+
org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
117+
org.glassfish.jaxb:txw2:2.3.2=classpath
81118
org.jdom:jdom2:2.0.6=classpath
119+
org.jetbrains.dokka:dokka-core:1.4.32=classpath
82120
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
83121
org.jetbrains.kotlin:kotlin-android-extensions:1.5.31=classpath
84122
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.5.31=classpath
@@ -93,28 +131,33 @@ org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31=classpath
93131
org.jetbrains.kotlin:kotlin-klib-commonizer-api:1.5.31=classpath
94132
org.jetbrains.kotlin:kotlin-native-utils:1.5.31=classpath
95133
org.jetbrains.kotlin:kotlin-project-model:1.5.31=classpath
96-
org.jetbrains.kotlin:kotlin-reflect:1.3.72=classpath
134+
org.jetbrains.kotlin:kotlin-reflect:1.5.31=classpath
97135
org.jetbrains.kotlin:kotlin-scripting-common:1.5.31=classpath
98136
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.5.31=classpath
99137
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.5.31=classpath
100138
org.jetbrains.kotlin:kotlin-scripting-jvm:1.5.31=classpath
101-
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=classpath
102-
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath
103-
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath
104-
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=classpath
139+
org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31=classpath
140+
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31=classpath
141+
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31=classpath
142+
org.jetbrains.kotlin:kotlin-stdlib:1.5.31=classpath
105143
org.jetbrains.kotlin:kotlin-tooling-metadata:1.5.31=classpath
106144
org.jetbrains.kotlin:kotlin-util-io:1.5.31=classpath
107145
org.jetbrains.kotlin:kotlin-util-klib:1.5.31=classpath
108146
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0=classpath
109147
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0=classpath
110-
org.jetbrains.trove4j:trove4j:20160824=classpath
111148
org.jetbrains:annotations:13.0=classpath
149+
org.jetbrains:markdown-jvm:0.2.1=classpath
150+
org.jetbrains:markdown:0.2.1=classpath
112151
org.json:json:20180813=classpath
113-
org.jvnet.staxex:stax-ex:1.8=classpath
114-
org.ow2.asm:asm-analysis:7.0=classpath
115-
org.ow2.asm:asm-commons:7.0=classpath
116-
org.ow2.asm:asm-tree:7.0=classpath
117-
org.ow2.asm:asm-util:7.0=classpath
118-
org.ow2.asm:asm:7.0=classpath
119-
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath
152+
org.jsoup:jsoup:1.13.1=classpath
153+
org.jvnet.staxex:stax-ex:1.8.1=classpath
154+
org.ow2.asm:asm-analysis:9.1=classpath
155+
org.ow2.asm:asm-commons:9.1=classpath
156+
org.ow2.asm:asm-tree:9.1=classpath
157+
org.ow2.asm:asm-util:9.1=classpath
158+
org.ow2.asm:asm:9.1=classpath
159+
org.slf4j:slf4j-api:1.7.30=classpath
160+
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
161+
xerces:xercesImpl:2.12.0=classpath
162+
xml-apis:xml-apis:1.4.01=classpath
120163
empty=

dev/integration_tests/channels/android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip

0 commit comments

Comments
 (0)