andkulikov / Transitions-Everywhere

Set of extra Transitions on top of Jetpack Transitions Library
Apache License 2.0
4.83k stars 486 forks source link

Fix typo compileSdk --> targetSdk #102

Closed KirillMakarov closed 4 years ago

KirillMakarov commented 4 years ago

According to https://developer.android.com/jetpack/androidx/releases/transition it should be targetSdk

andkulikov commented 4 years ago

Originally I intentionally wrote it like this to speed up the migration :) So users will prioritise the migration sooner. But yes, let's be consistent. Thanks!