We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We bumped the minSdk version of all libraries to 23, but only auth requires minSdk 23. database, firestore and storage only require minSdk 21.
minSdk
23
auth
minSdk 23
database
firestore
storage
minSdk 21
We should decouple the minSdk in the library and bring database, firestore and storage back to minSdk 21.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We bumped the
minSdk
version of all libraries to23
, but onlyauth
requiresminSdk 23
.database
,firestore
andstorage
only requireminSdk 21
.We should decouple the minSdk in the library and bring
database
,firestore
andstorage
back tominSdk 21
.The text was updated successfully, but these errors were encountered: