summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHung Nguyen <hungnv@google.com>2019-11-26 12:02:34 +0000
committerHung Nguyen <hungnv@google.com>2019-11-26 12:02:34 +0000
commit25337689f38030cf76a91698fca55902101262d2 (patch)
treef4d5092e14cdae0bdc7c98374174abaac6b2d43f
parent60425d6221fe176197afcd9981f6971be11dc868 (diff)
downloaddata-binding-25337689f38030cf76a91698fca55902101262d2.tar.gz
Update to Jetifier 1.0.0-beta08 (tools/data-binding).
See https://developer.android.com/jetpack/androidx/releases/jetifier#1.0.0-beta08 for the list of bug fixes from 1.0.0-beta06 to 1.0.0-beta08. Fixes: 145125886 Test: Existing tests should pass Change-Id: I11194927a2890af39f6f2b5a514841b5d7d640ce
-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 5b74cfd3..f86f86bb 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -109,7 +109,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-beta06:jar",
+ "//prebuilts/tools/common/m2/repository/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta08: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 24620bd8..04151945 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-beta06" />
+ <properties maven-id="com.android.tools.build.jetifier:jetifier-core:1.0.0-beta08" />
<CLASSES>
- <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta06/jetifier-core-1.0.0-beta06.jar!/" />
+ <root url="jar://$MAVEN_REPOSITORY$/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta08/jetifier-core-1.0.0-beta08.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />