I have just upgraded the gradle plugin in my app to version 3.2.
I'm now getting a lint error stating that FloatProperty
, which was already being used in my app, cannot be used. The minimum API level in my gradle file is 21. The error is:
Class requires API level 24 (current min is 21)
My question is why does this build and run fine even on my test phone running API 22?