Skip to content

Commit

Permalink
feat(deps): Add FirebaseUI
Browse files Browse the repository at this point in the history
Change minSdkVersion back to 24
- Migrate to new Cloud Firestore
  • Loading branch information
EdricChan03 committed Nov 5, 2017
1 parent fa8b6ef commit 725fdb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ android {
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.edricchan.studybuddy"
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 26
versionCode 6
versionName "1.0.0-beta.920"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resConfigs "en"
}
buildTypes {
release {
Expand All @@ -35,9 +36,12 @@ dependencies {
testCompile 'junit:junit:4.12'
// Firebase stuff
compile 'com.google.firebase:firebase-storage:11.4.2'
compile 'com.google.firebase:firebase-database:11.4.2'
compile 'com.google.firebase:firebase-firestore:11.4.2'
compile 'com.google.firebase:firebase-auth:11.4.2'
compile 'com.google.android.gms:play-services-auth:11.4.2'
compile 'com.firebaseui:firebase-ui-auth:3.1.0'
compile 'com.firebaseui:firebase-ui-firestore:3.1.0'
compile 'com.firebaseui:firebase-ui-storage:3.1.0'
// Provide a way to update the app
compile 'com.github.javiersantos:AppUpdater:2.6.3'
// Chrome Custom Tabs
Expand Down

0 comments on commit 725fdb1

Please sign in to comment.