-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize project #407
Modernize project #407
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Dylan. Just a clarification on the compatibility check removal.
@@ -426,20 +426,12 @@ public TapTargetView(final Context context, | |||
|
|||
applyTargetOptions(context); | |||
|
|||
final boolean hasKitkat = Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The compatibility check is no longer required even if min SDK 14 (ICS)? Can you please try the sample app with an emulator?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Dylan. I will take care of publishing this to Maven and update you.
Changes