File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ android {
2525
2626dependencies {
2727 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 } "
3232
3333 compile project(path : ' :auth' )
3434 compile project(path : ' :database' )
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ dependencies {
2323 testCompile ' junit:junit:4.12'
2424 testCompile ' org.mockito:mockito-core:1.10.19'
2525 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 } "
2727 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 } "
2929
3030 compile " com.google.firebase:firebase-auth:${ project.ext.firebase_version} "
3131 compile " com.google.android.gms:play-services-auth:${ project.ext.firebase_version} "
Original file line number Diff line number Diff line change 11project. ext. firebase_version = ' 9.0.2'
2+ project. ext. support_library_version = ' 23.4.0'
23
34project. ext. submodules = [' database' , ' auth' ]
45project. ext. group = " com.firebaseui"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
1919}
2020
2121dependencies {
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 } "
2424
2525 compile " com.google.firebase:firebase-database:${ project.ext.firebase_version} "
2626}
You can’t perform that action at this time.
0 commit comments