From 8b3efeafed463370e2abbf76afe2bda59569c314 Mon Sep 17 00:00:00 2001 From: Chris Warrington Date: Thu, 2 Sep 2021 14:44:42 +0100 Subject: [Hybrid build] Remove annotations build file Bug: 143864616 Test: See Idb45ade1ff6ecf54c3ea44af7a271736b7a378ba Change-Id: I8f114bb274923c4b42f3114bbc1c30dd78229636 --- compiler/build.gradle | 2 +- compilerCommon/build.gradle | 2 +- 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 -- cgit v1.2.3