3.0.0 (2021-11-25)
Features
BREAKING CHANGES
- The required minimum API level changes from 16 to 21. The following deprecated methods are removed:
Parse.getParseDir()
(usegetParseCacheDir(String)
orgetParseFilesDir(String)
instead),ParseTwitterUtils.link(ParseUser, Context)
(uselinkInBackground(Context, ParseUser)
instead),ParseTwitterUtils.link(ParseUser, String, String, String, String)
(uselinkInBackground(ParseUser, String, String, String, String)
instead). (7d0faa3)