equal
deleted
inserted
replaced
43 } |
43 } |
44 "annotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1") |
44 "annotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1") |
45 // I guess that on AGP 4.x+ testAnnotationProcessor inherit from annotationProcessor |
45 // I guess that on AGP 4.x+ testAnnotationProcessor inherit from annotationProcessor |
46 // not on 3.6.x |
46 // not on 3.6.x |
47 "testAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1") |
47 "testAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1") |
|
48 "androidTestAnnotationProcessor" -> add(name, "javax.xml.bind:jaxb-api:2.3.1") |
48 } |
49 } |
49 } |
50 } |
50 } |
51 } |
51 } |
52 } |