File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ android {
25
25
26
26
dependencies {
27
27
compile fileTree(dir : ' libs' , include : [' *.jar' ])
28
- compile ' com.android.support:appcompat-v7:23.2.1 '
29
- compile ' com.android.support:design:23.2.1 '
30
- compile ' com.android.support:recyclerview-v7:23.2.1 '
31
- compile ' com.android.support:support-v4:23.2.1 '
28
+ compile " com.android.support:appcompat-v7:${ project.ext.support_library_version } "
29
+ compile " com.android.support:design:${ project.ext.support_library_version } "
30
+ compile " com.android.support:recyclerview-v7:${ project.ext.support_library_version } "
31
+ compile " com.android.support:support-v4:${ project.ext.support_library_version } "
32
32
33
33
compile project(path : ' :auth' )
34
34
compile project(path : ' :database' )
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ dependencies {
23
23
testCompile ' junit:junit:4.12'
24
24
testCompile ' org.mockito:mockito-core:1.10.19'
25
25
testCompile " org.robolectric:robolectric:3.1-rc1"
26
- compile ' com.android.support:appcompat-v7:23.3.0 '
26
+ compile " com.android.support:appcompat-v7:${ project.ext.support_library_version } "
27
27
compile ' com.facebook.android:facebook-android-sdk:4.11.0'
28
- compile " com.android.support:design:23.3.0 "
28
+ compile " com.android.support:design:${ project.ext.support_library_version } "
29
29
30
30
compile " com.google.firebase:firebase-auth:${ project.ext.firebase_version} "
31
31
compile " com.google.android.gms:play-services-auth:${ project.ext.firebase_version} "
Original file line number Diff line number Diff line change 1
1
project. ext. firebase_version = ' 9.0.2'
2
+ project. ext. support_library_version = ' 23.4.0'
2
3
3
4
project. ext. submodules = [' database' , ' auth' ]
4
5
project. ext. group = " com.firebaseui"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
19
19
}
20
20
21
21
dependencies {
22
- compile ' com.android.support:appcompat-v7:23.2.1 '
23
- compile ' com.android.support:recyclerview-v7:23.2.1 '
22
+ compile " com.android.support:appcompat-v7:${ project.ext.support_library_version } "
23
+ compile " com.android.support:recyclerview-v7:${ project.ext.support_library_version } "
24
24
25
25
compile " com.google.firebase:firebase-database:${ project.ext.firebase_version} "
26
26
}
You can’t perform that action at this time.
0 commit comments