@@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 16
10
10
targetSdkVersion targetSdk
11
11
versionCode 1
12
- versionName " 1.0 "
12
+ versionName version
13
13
14
14
multiDexEnabled true
15
15
vectorDrawables. useSupportLibrary = true
@@ -45,19 +45,19 @@ dependencies {
45
45
implementation project(path : ' :database' )
46
46
implementation project(path : ' :storage' )
47
47
48
- implementation ' com.facebook.android:facebook-login:4.28 .0'
48
+ implementation ' com.facebook.android:facebook-login:4.29 .0'
49
49
// Needed to override Facebook
50
50
implementation " com.android.support:cardview-v7:$supportLibraryVersion "
51
51
implementation " com.android.support:customtabs:$supportLibraryVersion "
52
52
implementation(" com.twitter.sdk.android:twitter-core:3.1.1@aar" ) { transitive = true }
53
53
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 '
56
56
57
57
// The following dependencies are not required to use the Firebase UI library.
58
58
// They are used to make some aspects of the demo app implementation simpler for
59
59
// 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'
61
61
implementation ' com.jakewharton:butterknife:8.8.1'
62
62
annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
63
63
debugImplementation ' com.squareup.leakcanary:leakcanary-android:1.5.4'
0 commit comments