summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung Nguyen <hungnv@google.com>2020-02-25 13:34:21 +0000
committerHung Nguyen <hungnv@google.com>2020-02-26 11:30:46 +0000
commit6ee6004fea4c079ba2d61d1a17596318dc2fe060 (patch)
treed32a8fdeb0b4477d247c9365a670e4d1f3b06672
parentbdccf4df8473123a4c60a5cf6857146c6104c007 (diff)
downloaddata-binding-6ee6004fea4c079ba2d61d1a17596318dc2fe060.tar.gz
Update to Jetifier 1.0.0-beta09 (tools/data-binding).
Bug: See https://developer.android.com/jetpack/androidx/releases/jetifier#1.0.0-beta09 for the list of bug fixes Test: Existing tests Change-Id: Ia4d2095d97eda20984b90ced1fc03388ae38c693
-rw-r--r--BUILD.bazel2
-rw-r--r--compilerCommon/db-compilerCommon.iml6
2 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 61de9557..c924440e 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -108,7 +108,7 @@ iml_module(
"//tools/idea/.idea/libraries:Guava",
"//tools/idea/.idea/libraries:kotlin-stdlib-jdk8",
"//prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.10.0:jar",
- "//prebuilts/tools/common/m2/repository/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta08:jar",
+ "//prebuilts/tools/common/m2/repository/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta09:jar",
"//tools/idea/.idea/libraries:gson",
"//tools/idea/.idea/libraries:compile-testing[test]",
"//tools/idea/.idea/libraries:truth[test]",
diff --git a/compilerCommon/db-compilerCommon.iml b/compilerCommon/db-compilerCommon.iml
index 8fb500cb..6ca4a6e5 100644
--- a/compilerCommon/db-compilerCommon.iml
+++ b/compilerCommon/db-compilerCommon.iml
@@ -55,9 +55,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-beta08" />
+ <properties maven-id="com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09" />
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta08/jetifier-core-1.0.0-beta08.jar!/" />
+ <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta09/jetifier-core-1.0.0-beta09.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -69,4 +69,4 @@
<orderEntry type="library" name="jaxb-api" level="project" />
<orderEntry type="library" name="jaxb-runtime" level="project" />
</component>
-</module> \ No newline at end of file
+</module>