@@ -9,7 +9,7 @@ android {
99 minSdkVersion 16
1010 targetSdkVersion targetSdk
1111 versionCode 1
12- versionName " 1.0 "
12+ versionName version
1313
1414 multiDexEnabled true
1515 vectorDrawables. useSupportLibrary = true
@@ -45,19 +45,19 @@ dependencies {
4545 implementation project(path : ' :database' )
4646 implementation project(path : ' :storage' )
4747
48- implementation ' com.facebook.android:facebook-login:4.28 .0'
48+ implementation ' com.facebook.android:facebook-login:4.29 .0'
4949 // Needed to override Facebook
5050 implementation " com.android.support:cardview-v7:$supportLibraryVersion "
5151 implementation " com.android.support:customtabs:$supportLibraryVersion "
5252 implementation(" com.twitter.sdk.android:twitter-core:3.1.1@aar" ) { transitive = true }
5353
54- implementation ' com.github.bumptech.glide:glide:4.3.1 '
55- annotationProcessor ' com.github.bumptech.glide:compiler:4.3.1 '
54+ implementation ' com.github.bumptech.glide:glide:4.4.0 '
55+ annotationProcessor ' com.github.bumptech.glide:compiler:4.4.0 '
5656
5757 // The following dependencies are not required to use the Firebase UI library.
5858 // They are used to make some aspects of the demo app implementation simpler for
5959 // demonstrative purposes, and you may find them useful in your own apps; YMMV.
60- implementation ' pub.devrel:easypermissions:1.0 .1'
60+ implementation ' pub.devrel:easypermissions:1.1 .1'
6161 implementation ' com.jakewharton:butterknife:8.8.1'
6262 annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
6363 debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
0 commit comments