JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

Question: How can this project work without jetifier? #151

Closed ursusursus closed 5 years ago

ursusursus commented 5 years ago

Hi, quick question, from gradle.properties it seems you are not using jetifier. However, you are including dagger-android 2.19, which has dependency on the old package support-annotations.

+--- com.google.dagger:dagger-android:2.19
|    +--- com.google.dagger:dagger:2.19 (*)
|    +--- com.android.support:support-annotations:25.0.0 -> 26.1.0
|    \--- javax.inject:javax.inject:1

How come?

JakeWharton commented 5 years ago

It doesn't use any old dependencies

JakeWharton commented 5 years ago

The annotations are just double packaged in the old namespace and the new one.