@@ -37,27 +37,28 @@ dependencies {
3737 androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
3838 exclude group : ' com.android.support' , module : ' support-annotations'
3939 })
40- implementation ' androidx.appcompat:appcompat:1.2.0 '
41- implementation ' com.google.android.material:material:1.0.0 '
40+ implementation " androidx.appcompat:appcompat:$v _appcompat "
41+ implementation " com.google.android.material:material:$v _material "
4242 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4343 implementation ' com.squareup.picasso:picasso:2.71828'
44- implementation ' com.squareup.retrofit2:retrofit:2.4.0 '
45- implementation ' com.squareup.retrofit2:converter-gson:2.3.0 '
46- implementation ' com.squareup.okhttp3:logging-interceptor:3.9.1 '
47- implementation ' org.parceler:parceler-api:1.1.12 '
48- annotationProcessor ' org.parceler:parceler:1.1.12 '
49- implementation ' com.squareup.retrofit2:converter-scalars:2.1.0 '
50- implementation ' com.scottyab:aescrypt:0.0.1 '
44+ implementation " com.squareup.retrofit2:retrofit:$v _retrofit "
45+ implementation " com.squareup.retrofit2:converter-gson:$v _retrofit "
46+ implementation " com.squareup.okhttp3:logging-interceptor:$v _logging_interceptor "
47+ implementation " org.parceler:parceler-api:$v _parceler "
48+ annotationProcessor " org.parceler:parceler:$v _parceler "
49+ implementation " com.squareup.retrofit2:converter-scalars:$v _retrofit "
50+ implementation " com.scottyab:aescrypt:$v _aescrypt "
5151 testImplementation ' junit:junit:4.12'
52+
5253 // dagger 2
53- implementation ' com.google.dagger:dagger:2.17 '
54- annotationProcessor ' com.google.dagger:dagger-compiler:2.17 '
55- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
54+ implementation " com.google.dagger:dagger:$v _dagger "
55+ annotationProcessor " com.google.dagger:dagger-compiler:$v _dagger "
56+ implementation " androidx.constraintlayout:constraintlayout:$v _constraintlayout "
5657
57- testImplementation ' com.google.dagger:dagger:2.17 '
58- testAnnotationProcessor ' com.google.dagger:dagger-compiler:2.17 '
59- testImplementation ' org.mockito:mockito-core:2.25.0 '
60- testImplementation ' org.mockito:mockito-inline:2.13.0 '
58+ testImplementation " com.google.dagger:dagger:$v _dagger "
59+ testAnnotationProcessor " com.google.dagger:dagger-compiler:$v _dagger "
60+ testImplementation " org.mockito:mockito-core:$v _mockito_core "
61+ testImplementation " org.mockito:mockito-inline:$v _mockito_inline "
6162
6263 implementation ' androidx.cardview:cardview:1.0.0'
6364 api project(' :rave_remote' )
0 commit comments