We bumped the `minSdk` version of all libraries to `23`, but only `auth` requires `minSdk 23`. `database`, `firestore` and `storage` only require `minSdk 21`. We should decouple the minSdk in the library and bring `database`, `firestore` and `storage` back to `minSdk 21`.
We bumped the
minSdkversion of all libraries to23, but onlyauthrequiresminSdk 23.database,firestoreandstorageonly requireminSdk 21.We should decouple the minSdk in the library and bring
database,firestoreandstorageback tominSdk 21.