Skip to content

Aracem/supportversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Support Version

This library is for you if:

  • You are lazy.
  • You hate search how the f*** check the Android version every time you need it.
  • You think that Build.VERSION.SDK_INT >= Build.VERSION_CODES.SOMETHING it's a very ugly code to write here and there.

With SupportVersion you simple can do:

    if (SupportVersion.lollipop()) {
        //do awesome stuff
    }

About

SupportVersion for really lazy people or people that hate put ```Build.VERSION.SDK_INT >= Build.VERSION_CODES.SOMETHING```

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages