File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- def supportLibVersion = project . hasProperty (' supportLibVersion' ) ? project . supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
47
- def googlePlayServicesVersion = project . hasProperty (' googlePlayServicesVersion' ) ? project . googlePlayServicesVersion : DEFAULT_GOOGLE_PLAY_SERVICES_VERSION
48
- def firebaseVersion = project . hasProperty (' firebaseVersion' ) ? project . firebaseVersion : DEFAULT_FIREBASE_MESSAGING_VERSION
46
+ def supportLibVersion = safeExtGet (' supportLibVersion' , ' 27.1.1 ' )
47
+ def googlePlayServicesVersion = safeExtGet (' googlePlayServicesVersion' , ' + ' )
48
+ def firebaseVersion = safeExtGet (' firebaseVersion' , ' + ' )
49
49
50
50
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
51
51
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments