JakeWharton / Telecine

Record full-resolution video on your Android devices.
Apache License 2.0
2.47k stars 460 forks source link

Fix referencing TileService on older devices. #172

Open NightlyNexus opened 6 years ago

NightlyNexus commented 6 years ago

Use a different component for 24+, and only reference this component on 24+.

Fixes #166.

NightlyNexus commented 6 years ago

for future searchers, you can use strings instead of classes for the keys as of Dagger 2.17 with the flag -Adagger.android.experimentalUseStringKeys.