summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Warrington <cmw@google.com>2021-09-02 14:44:42 +0100
committerChris Warrington <cmw@google.com>2021-09-20 08:30:33 +0000
commit8b3efeafed463370e2abbf76afe2bda59569c314 (patch)
treef724de9f48e71f7c41e34f1012dbcd17b38bd08f
parent278903c435225468f15fb4cce0585a327f0be604 (diff)
downloaddata-binding-8b3efeafed463370e2abbf76afe2bda59569c314.tar.gz
[Hybrid build] Remove annotations build file
Bug: 143864616 Test: See Idb45ade1ff6ecf54c3ea44af7a271736b7a378ba Change-Id: I8f114bb274923c4b42f3114bbc1c30dd78229636
-rw-r--r--compiler/build.gradle2
-rw-r--r--compilerCommon/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/build.gradle b/compiler/build.gradle
index 3afdd925..e744f865 100644
--- a/compiler/build.gradle
+++ b/compiler/build.gradle
@@ -35,7 +35,7 @@ buildscript {
dependencies {
implementation project(':dataBinding:compilerCommon')
implementation project(':dataBinding:baseLibrary')
- implementation findProject(':base:annotations') ?: 'com.android.tools:annotations:24.5.0'
+ implementation libs.com.android.tools.annotations
implementation libs.kotlin_stdlib
implementation libs.auto_common
implementation libs.javapoet
diff --git a/compilerCommon/build.gradle b/compilerCommon/build.gradle
index 044a8dc1..69e25e16 100644
--- a/compilerCommon/build.gradle
+++ b/compilerCommon/build.gradle
@@ -59,7 +59,7 @@ dependencies {
implementation libs.gson
// specify a jaxb runtime for j11 compatibility
implementation libs.jaxb_runtime
- implementation findProject(':base:annotations') ?: 'com.android.tools:annotations:24.5.0'
+ implementation libs.com.android.tools.annotations
implementation libs.jetifier_core
testImplementation libs.junit
testImplementation libs.compile_testing