firebase / friendlyeats-android

Cloud Firestore Android codelab
https://codelabs.developers.google.com/codelabs/firestore-android
Apache License 2.0
261 stars 156 forks source link

Dependencies updates #140

Closed marinacoelho closed 2 years ago

marinacoelho commented 2 years ago

Firestore version and a few other dependencies needed update. Due to this update I needed to raise the minimum supported API from 16 to 19 and add android:exported to the AndroidManifest. Also replaced jcenter() by mavenCentral() because the old one is now deprecated.