summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung Nguyen <hungnv@google.com>2019-02-11 17:20:11 +0000
committerHung Nguyen <hungnv@google.com>2019-03-14 15:53:10 +0000
commit7167fd2757eafb354b2ea6f9c8ec8c8a3430841a (patch)
treef5545c580153cfa70dbedb02791a8ebb8bc9aa67
parenta1a1692cfd9f4243b28ed1d333950a567882167a (diff)
downloaddata-binding-7167fd2757eafb354b2ea6f9c8ec8c8a3430841a.tar.gz
Jetifier: Update to Jetifier 1.0.0-beta04 in data-binding.
Bug: 122720498 Bug: 119183822 Bug: 115556774 Bug: 118785891 Bug: 119776863 Bug: 124291947 Bug: 123651524 Bug: 124644965 Bug: 124471684 Test: Existing tests Change-Id: Ifa53a7a4e8c7a560ce048c3cc3699fa047f07f83
-rw-r--r--BUILD.bazel2
-rw-r--r--compilerCommon/db-compilerCommon.iml4
2 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index c627b0df..826ce2d6 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -107,7 +107,7 @@ iml_module(
"//tools/idea/.idea/libraries:Guava",
"//tools/idea/.idea/libraries:kotlin-stdlib-jdk8",
"//prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0:jar",
- "//prebuilts/tools/common/m2/repository/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta02:jar",
+ "//prebuilts/tools/common/m2/repository/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta04:jar",
"//tools/idea/.idea/libraries:gson",
],
)
diff --git a/compilerCommon/db-compilerCommon.iml b/compilerCommon/db-compilerCommon.iml
index 90c57300..96ac2ab1 100644
--- a/compilerCommon/db-compilerCommon.iml
+++ b/compilerCommon/db-compilerCommon.iml
@@ -54,9 +54,9 @@
</orderEntry>
<orderEntry type="module-library">
<library name="jetifier-core" type="repository">
- <properties maven-id="com.android.tools.build.jetifier:jetifier-core:1.0.0-beta02" />
+ <properties maven-id="com.android.tools.build.jetifier:jetifier-core:1.0.0-beta04" />
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta02/jetifier-core-1.0.0-beta02.jar!/" />
+ <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta04/jetifier-core-1.0.0-beta04.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />