Update resource shrinker deps
Bug: b/329584653
Change-Id: I67ab507aa92891617f419e6056559f5e8cdf58cb
diff --git a/LIBRARY-LICENSE b/LIBRARY-LICENSE
index aa4218c..9808c03 100644
--- a/LIBRARY-LICENSE
+++ b/LIBRARY-LICENSE
@@ -200,18 +200,24 @@
license: The Apache License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://code.google.com/p/atinject/source/checkout
-- artifact: org.bouncycastle:bcpkix-jdk15on
+- artifact: org.bouncycastle:bcpkix-jdk18on
name: Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs
copyrightHolder: The Legion of the Bouncy Castle Inc.
license: The MIT License
licenseUrl: http://opensource.org/licenses/MIT
url: http://www.bouncycastle.org/java.html
-- artifact: org.bouncycastle:bcprov-jdk15on
+- artifact: org.bouncycastle:bcprov-jdk18on
name: Bouncy Castle Provider
copyrightHolder: The Legion of the Bouncy Castle Inc.
license: The MIT License
licenseUrl: http://opensource.org/licenses/MIT
url: http://www.bouncycastle.org/java.html
+- artifact: org.bouncycastle:bcutil-jdk18on
+ name: Bouncy Castle ASN.1 Extension and Utility APIs
+ copyrightHolder: The Legion of the Bouncy Castle Inc.
+ license: The MIT License
+ licenseUrl: http://opensource.org/licenses/MIT
+ url: http://www.bouncycastle.org/java.html
- artifact: org.glassfish.jaxb:jaxb-runtime
name: JAXB Runtime
copyrightHolder: Oracle and/or its affiliates
diff --git a/d8_r8/resourceshrinker/build.gradle.kts b/d8_r8/resourceshrinker/build.gradle.kts
index c716378..183d1ed 100644
--- a/d8_r8/resourceshrinker/build.gradle.kts
+++ b/d8_r8/resourceshrinker/build.gradle.kts
@@ -36,9 +36,9 @@
compileOnly(files(resolve(ThirdPartyDeps.r8, "r8lib_8.2.20-dev.jar")))
implementation("com.android.tools.build:aapt2-proto:8.2.0-alpha10-10154469")
implementation("com.google.protobuf:protobuf-java:3.19.3")
- implementation("com.android.tools.layoutlib:layoutlib-api:31.2.0-rc01")
- implementation("com.android.tools:common:31.2.0-rc01")
- implementation("com.android.tools:sdk-common:31.2.0-rc01")
+ implementation("com.android.tools.layoutlib:layoutlib-api:31.5.0-alpha04")
+ implementation("com.android.tools:common:31.5.0-alpha04")
+ implementation("com.android.tools:sdk-common:31.5.0-alpha04")
}
tasks {
diff --git a/third_party/dependencies.tar.gz.sha1 b/third_party/dependencies.tar.gz.sha1
index 318fa05..adea68e 100644
--- a/third_party/dependencies.tar.gz.sha1
+++ b/third_party/dependencies.tar.gz.sha1
@@ -1 +1 @@
-b45ff19ad4f25508e04cf6c5fbff5279e4d04129
\ No newline at end of file
+9763dbe9e272504098a0f5ce55f7420f964b50f9
\ No newline at end of file
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py
index 5ee21aa..b66a639 100755
--- a/tools/create_local_maven_with_dependencies.py
+++ b/tools/create_local_maven_with_dependencies.py
@@ -38,7 +38,7 @@
# Resource shrinker dependency versions
AAPT2_PROTO_VERSION = '8.2.0-alpha10-10154469'
PROTOBUF_VERSION = '3.19.3'
-STUDIO_SDK_VERSION = '31.2.0-rc01'
+STUDIO_SDK_VERSION = '31.5.0-alpha04'
BUILD_DEPENDENCIES = [
'com.google.code.gson:gson:{version}'.format(version=GSON_VERSION),